Update of /cvsroot/phpmp/phpMP
In directory usw-pr-cvs1:/tmp/cvs-serv8796
Modified Files:
index.php
Log Message:
More and more code cleanup. Changed how the install-detect is handled.
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** index.php 25 Jul 2002 20:50:07 -0000 1.18
--- index.php 29 Jul 2002 12:22:12 -0000 1.19
***************
*** 35,39 ****
if(!defined("PHPMP_INSTALLED")) {
! die('You have not <a href="install.php">installed phpMP</a>. Please do so before attempting to use this software.');
}
--- 35,39 ----
if(!defined("PHPMP_INSTALLED")) {
! header('Location: ./install.php');
}
|