sl_config.php 357 B

123456789
  1. <?php
  2. /*
  3. This file has been replaced by the following files:
  4. init.php - core settings that should be changed on upgrades.
  5. sloodle_config.php - customized settings that should survive upgrades.
  6. Calling it is deprecated, but it has been left for backwards compatibility to ease upgrades.
  7. */
  8. require_once(realpath(dirname(__FILE__) . "/" . "init.php"));
  9. ?>