Update app_defaults.php
This commit is contained in:
parent
78a7d3eb58
commit
30b593fd83
|
|
@ -28,9 +28,9 @@
|
|||
if ($domains_processed == 1) {
|
||||
|
||||
//create the directory
|
||||
if (!empty($setting->get('switch','extensions'))) {
|
||||
if (!is_dir($setting->get('switch','extensions'))) {
|
||||
mkdir($setting->get('switch','extensions'), 0770, false);
|
||||
if (!empty($settings->get('switch','extensions'))) {
|
||||
if (!is_dir($settings->get('switch','extensions'))) {
|
||||
mkdir($settings->get('switch','extensions'), 0770, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -106,4 +106,4 @@
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue