mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5235 Tmp dir setup check is now non blocking (woops previous commit was incomplete) (#301)
This commit is contained in:
@@ -96,7 +96,7 @@ class SetupUtils
|
||||
if (is_writable($sTmpDir)) {
|
||||
$aResult[] = new CheckResult(CheckResult::INFO, "The temp directory is writable by the application.");
|
||||
} else {
|
||||
$aResult[] = new CheckResult(CheckResult::ERROR, "The temp directory <b>'".$sTmpDir."'</b> is not writable by the application. Change its permission or use another dir (sys_temp_dir option in php.ini).");
|
||||
$aResult[] = new CheckResult(CheckResult::WARNING, "The temp directory <b>'".$sTmpDir."'</b> is not writable by the application. Change its permission or use another dir (sys_temp_dir option in php.ini).");
|
||||
}
|
||||
|
||||
$aMandatoryExtensions = array(
|
||||
|
||||
Reference in New Issue
Block a user