changed git call from https to git readonly
[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 ?>