remove directory creation
This commit is contained in:
parent
452e621cb2
commit
4357710bfe
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ function install($adminPassword, $timezone)
|
||||||
}
|
}
|
||||||
|
|
||||||
// System directories
|
// System directories
|
||||||
$systemDirectories = array(PATH_UPLOADS_PROFILES, PATH_TMP, PATH_WORKSPACES, PATH_UPLOADS_PAGES);
|
$systemDirectories = array(PATH_UPLOADS_PROFILES, PATH_TMP, PATH_WORKSPACES);
|
||||||
foreach ($systemDirectories as $directory) {
|
foreach ($systemDirectories as $directory) {
|
||||||
if (!mkdir($directory, DIR_PERMISSIONS, true)) {
|
if (!mkdir($directory, DIR_PERMISSIONS, true)) {
|
||||||
$errorText = 'Error when trying to created the directory=>' . $directory;
|
$errorText = 'Error when trying to created the directory=>' . $directory;
|
||||||
|
|
Loading…
Add table
Reference in a new issue