From 567c911fa36fad5f430f7f678753e5a68e6731d4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 27 May 2009 21:05:35 -0700 Subject: Rename index.local.php to local.php so that tab completion on i works. Makes running tests easier. --- .gitignore | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a20370a7..6ebdd994 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ var # Ignore the index.local.php -index.local.php +local.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