[pLog-svn] r3543 - plog/trunk

reto at devel.lifetype.net reto at devel.lifetype.net
Tue Jun 6 20:40:38 GMT 2006


Author: reto
Date: 2006-06-06 20:40:37 +0000 (Tue, 06 Jun 2006)
New Revision: 3543

Modified:
   plog/trunk/wizard.php
Log:
having this old check would make the nice new preinstall check obsolete for ./tmp directory

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-06-06 13:24:45 UTC (rev 3542)
+++ plog/trunk/wizard.php	2006-06-06 20:40:37 UTC (rev 3543)
@@ -2376,13 +2376,6 @@
 
     }    
 
-    // check if the "./tmp" folder is writable by us, otherwise
-    // throw an error before the user gets countless errors
-    // from Smarty
-    if( !File::isWritable( TEMP_FOLDER ) || !File::isDir( TEMP_FOLDER )) {
-        print("<span style=\"color:red; font-size: 14px;\">Error</span><br/><br/>This wizard needs the ".TEMP_FOLDER." folder to be writable by the web server user.<br/><br/>Please correct it and try again.");
-        die();
-    }
 
     //// main part ////
     $controller = new Controller( $_actionMap, "nextStep" );



More information about the pLog-svn mailing list