summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-27 21:05:35 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-27 21:05:35 -0700
commit567c911fa36fad5f430f7f678753e5a68e6731d4 (patch)
tree4914e3fd23be591e3f1431a9a902d431b3b2cf2e /index.php
parent66b406ebcf337a6a4c1ea1a22e87a8888ed56096 (diff)
Rename index.local.php to local.php so that tab completion on i<tab> works.
Makes running tests easier.
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index d8fc2742..b92f7353 100644
--- a/index.php
+++ b/index.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.