Removed obsolete code
authorMarcel Werk <burntime@woltlab.com>
Thu, 30 May 2013 18:25:36 +0000 (20:25 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 30 May 2013 18:25:36 +0000 (20:25 +0200)
wcfsetup/install/files/lib/util/FileUtil.class.php

index d1d49de60411927c264411e220a148ed8f223545..d119ee9346348091b3477fd853fe9c73da92c129 100644 (file)
@@ -67,9 +67,7 @@ final class FileUtil {
                        return $path;
                }
                else {
-                       if (ini_get('safe_mode')) $reason = "due to php safe_mode restrictions";
-                       else $reason = "due to an unknown reason";
-                       throw new SystemException('There is no access to the system temporary folder '.$reason.' and no user specific temporary folder exists in '.WCF_DIR.'! This is a misconfiguration of your webserver software! Please create a folder called '.$path.' using your favorite ftp program, make it writable and then retry this installation.');
+                       throw new SystemException('There is no access to the system temporary folder due to an unknown reason and no user specific temporary folder exists in '.WCF_DIR.'! This is a misconfiguration of your webserver software! Please create a folder called '.$path.' using your favorite ftp program, make it writable and then retry this installation.');
                }
        }