Disable default settings -> call center path by default.

This commit is contained in:
markjcrane
2016-01-25 10:24:09 -07:00
parent 08f39071cc
commit 2e306568e4

View File

@@ -54,7 +54,7 @@ if ($domains_processed == 1) {
$sql .= "'call_center', ";
$sql .= "'dir', ";
$sql .= "'".$_SESSION['switch']['conf']['dir']."/autoload_configs', ";
$sql .= "'true', ";
$sql .= "'false', ";
$sql .= "'' ";
$sql .= ")";
$db->exec(check_sql($sql));