forked from fusionpbx/fusionpbx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine some of the default settings.
- Loading branch information
1 parent
7fc9e44
commit 5ca4307
Showing
4 changed files
with
161 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,16 +24,6 @@ | |
Mark J Crane <[email protected]> | ||
*/ | ||
|
||
//remove external from the end of the gateway path | ||
if (substr($v_gateways_dir, -8) == "external") { | ||
//$v_gateways_dir = substr($v_gateways_dir, 0, (strlen($v_gateways_dir)-9)); | ||
//$sql = "update v_domain_settings set "; | ||
//$sql .= "v_gateways_dir = '$v_gateways_dir' "; | ||
//$sql .= "where domain_uuid = '$domain_uuid'"; | ||
//$db->exec($sql); | ||
//unset($sql); | ||
} | ||
|
||
//proccess this only one time | ||
if ($domains_processed == 1) { | ||
//set domains with enabled status of empty or null to true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
$o = new menu; | ||
$o->db = $db; | ||
$o->menu_default(); | ||
unset($menu); | ||
unset($o); | ||
} //if | ||
|
||
?> |
Oops, something went wrong.