[*] Installer : added file check in order to check if everyhting has been successfuly uploaded

This commit is contained in:
Damien Metzger
2013-09-20 11:09:06 +02:00
parent 4f639329e9
commit 1cebd5920e
2 changed files with 26 additions and 1 deletions
+7
View File
@@ -88,6 +88,13 @@ class InstallControllerHttpSystem extends InstallControllerHttp
'mysql_support' => $this->l('MySQL support is not activated')
)
),
array(
'title' => $this->l('Files'),
'success' => 1,
'checks' => array(
'files' => $this->l('All files are not successfuly uploaded on your server')
)
),
array(
'title' => $this->l('Recursive write permissions on files and folders:'),
'success' => 1,