From f01edd69cf77b0e96465641f3a19795acb34569d Mon Sep 17 00:00:00 2001 From: Julian Fitzell Date: Mon, 16 Sep 2002 08:30:14 +0000 Subject: [PATCH] * INSTALL: change '.php3' to '.php'. Thanks to liquidmetal on IRC for noticing git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1492 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- doc/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL b/doc/INSTALL index 79f91f1c76..b4fd66472e 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -146,7 +146,7 @@ The default config_inc1.php file has some comments which will help explain the variables. You can always add/overwrite more globals in this file as well. -You can load up admin_check.php3 to see if you set things up correctly. +You can load up admin_check.php to see if you set things up correctly. *** NOTE: admin_check sometimes reports the value of register_globals incorrectly. Create a page with this line in it: , save it @@ -190,4 +190,4 @@ http://www.php.net/ - excellent documentation. http://www.phpwizard.net/ - an excellent web front end to mysql. http://www.phpbuilder.net/ - good help forums. http://www.mysql.com/ - good documentation. -http://www.apache.org/ - you should be able to find what you need. \ No newline at end of file +http://www.apache.org/ - you should be able to find what you need.