diff options
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,5 +59,9 @@ if (PHP_SAPI == 'cli') { } define('TMPPATH', VARPATH . '/tmp'); +if (file_exists("index.local.php")) { + include("index.local.php"); +} + // Initialize. require SYSPATH . 'core/Bootstrap' . EXT; |