[pLog-svn] r1274 - plog/trunk

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 2 02:28:07 GMT 2005


Author: jondaley
Date: 2005-03-02 02:28:06 +0000 (Wed, 02 Mar 2005)
New Revision: 1274

Modified:
   plog/trunk/admin.php
   plog/trunk/index.php
Log:
added check for wizard.php back in, because I just had to help a friend upgrade, because he hadn't figured out to run the wizard script

Modified: plog/trunk/admin.php
===================================================================
--- plog/trunk/admin.php	2005-03-01 17:30:35 UTC (rev 1273)
+++ plog/trunk/admin.php	2005-03-02 02:28:06 UTC (rev 1274)
@@ -15,11 +15,11 @@
     //
     // a security check, or else people might forget to remove the wizard.php script
     //
-/*    if( File::isReadable( "wizard.php")) {
+    if( File::isReadable( "wizard.php")) {
         print("<span style=\"color:red\">The wizard.php script has to be removed after the installation process.</span><br/><br/>
                Please remove it first to continue.");
         die();
-    }*/
+    }
 
 	// initialize the session
 	SessionManager::init();

Modified: plog/trunk/index.php
===================================================================
--- plog/trunk/index.php	2005-03-01 17:30:35 UTC (rev 1273)
+++ plog/trunk/index.php	2005-03-02 02:28:06 UTC (rev 1274)
@@ -20,11 +20,11 @@
     //
     // a security check, or else people might forget to remove the wizard.php script
     //
-/*    if( File::isReadable( "wizard.php")) {
+    if( File::isReadable( "wizard.php")) {
         print("<span style=\"color:red\">The wizard.php script has to be removed after the installation process.</span><br/><br/>
                Please remove it first to continue.");
         die();
-    }*/
+    }
 	
 	// initialize the session
 	SessionManager::init();




More information about the pLog-svn mailing list