[*] Installer : added file check in order to check if everyhting has been successfuly uploaded
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user