Эх сурвалжийг харах

Enable XML Handler by default.

markjcrane 10 жил өмнө
parent
commit
bf92d6ee73
1 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 4 4
      resources/install.php

+ 4 - 4
resources/install.php

@@ -883,7 +883,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
 		$tmp[$x]['subcategory'] = 'time_zone';
 		$tmp[$x]['enabled'] = 'true';
 		$x++;
-                $tmp[$x]['name'] = 'code';
+        $tmp[$x]['name'] = 'code';
 		$tmp[$x]['value'] = 'en-us';
 		$tmp[$x]['category'] = 'domain';
 		$tmp[$x]['subcategory'] = 'language';
@@ -953,19 +953,19 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
 		$tmp[$x]['value'] = $switch_extensions_dir;
 		$tmp[$x]['category'] = 'switch';
 		$tmp[$x]['subcategory'] = 'extensions';
-		$tmp[$x]['enabled'] = 'true';
+		$tmp[$x]['enabled'] = 'false';
 		$x++;
 		$tmp[$x]['name'] = 'dir';
 		$tmp[$x]['value'] = $switch_sip_profiles_dir;
 		$tmp[$x]['category'] = 'switch';
 		$tmp[$x]['subcategory'] = 'sip_profiles';
-		$tmp[$x]['enabled'] = 'true';
+		$tmp[$x]['enabled'] = 'false';
 		$x++;
 		$tmp[$x]['name'] = 'dir';
 		$tmp[$x]['value'] = $switch_dialplan_dir;
 		$tmp[$x]['category'] = 'switch';
 		$tmp[$x]['subcategory'] = 'dialplan';
-		$tmp[$x]['enabled'] = 'true';
+		$tmp[$x]['enabled'] = 'false';
 		$x++;
 		$tmp[$x]['name'] = 'dir';
 		$tmp[$x]['value'] = $switch_mod_dir;