Update app_defaults.php

This commit is contained in:
FusionPBX 2023-09-15 23:03:20 -06:00 committed by GitHub
parent 66713b969b
commit 13529f9b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@
//process this only one time
if ($domains_processed == 1) {
//get the background images
$relative_path = PROJECT_PATH.'/themes/default/images/backgrounds';
$backgrounds = opendir($_SERVER["DOCUMENT_ROOT"].'/'.$relative_path);
@ -54,6 +54,7 @@
if ($x > 300) { break; };
}
}
//migrate old default_settings
$sql = "update v_default_settings ";
$sql .= "set default_setting_value = '#fafafa' ";