Explorar el Código

Update app_defaults.php

FusionPBX hace 1 año
padre
commit
054776edfe
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      themes/default/app_defaults.php

+ 2 - 1
themes/default/app_defaults.php

@@ -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' ";