diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | index.php | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,5 +2,5 @@ var # Ignore the index.local.php -index.local.php +local.php @@ -59,8 +59,8 @@ if (PHP_SAPI == 'cli') { } define('TMPPATH', VARPATH . '/tmp'); -if (file_exists("index.local.php")) { - include("index.local.php"); +if (file_exists("local.php")) { + include("local.php"); } // Initialize. |