summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index d1db3ee7..815ff5f5 100644
--- a/index.php
+++ b/index.php
@@ -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;