Skip to content

Commit

Permalink
* INSTALL: change '.php3' to '.php'. Thanks to liquidmetal on IRC for…
Browse files Browse the repository at this point in the history
… noticing

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1492 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Julian Fitzell committed Sep 16, 2002
1 parent 3641ab3 commit f01edd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL
Expand Up @@ -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: <? phpinfo() ?>, save it
Expand Down Expand Up @@ -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.
http://www.apache.org/ - you should be able to find what you need.

0 comments on commit f01edd6

Please sign in to comment.