1231e6587d3c98cd9960e8a88b7111ec3b0d743e
[atutor.git] / mods / wiki / plugins / db / fast_files.php
1 <?php
2 #
3 #  this plugin has been merged with db_flat_files, please go there...
4 #
5
6 define("EWIKI_DB_FAST_FILES", 1);
7 require(str_replace("/fast_files", "/flat_files", __FILE__));
8
9 ?>