From 993eecfee61e502660f490bec5b394640b917bd1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 28 May 2009 12:05:35 +0800 Subject: Rename index.local.php to local.php so that tab completion on i works. Makes running tests easier. Signed-off-by: Bharat Mediratta --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') 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. -- cgit v1.2.3