[pLog-svn] r736 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jan 12 18:25:24 GMT 2005


Author: oscar
Date: 2005-01-12 18:25:23 +0000 (Wed, 12 Jan 2005)
New Revision: 736

Modified:
   plog/trunk/admin.php
   plog/trunk/index.php
Log:
restored the index.php and admin.php checks to see if wizard.php is there or not, and stopping execution if it is really there.

Modified: plog/trunk/admin.php
===================================================================
--- plog/trunk/admin.php	2005-01-11 22:37:06 UTC (rev 735)
+++ plog/trunk/admin.php	2005-01-12 18:25:23 UTC (rev 736)
@@ -16,11 +16,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();
-    }*/
+    }
 
     //session_cache_limiter( "public" );
     session_name( "plog_session" );

Modified: plog/trunk/index.php
===================================================================
--- plog/trunk/index.php	2005-01-11 22:37:06 UTC (rev 735)
+++ plog/trunk/index.php	2005-01-12 18:25:23 UTC (rev 736)
@@ -21,11 +21,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();
-    }*/
+    }
 
 	//session_cache_limiter( "public" );
     session_name( "plog_session" );




More information about the pLog-svn mailing list