mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Set enabled to true by default
This commit is contained in:
@@ -901,6 +901,9 @@
|
||||
unset($sql, $parameters);
|
||||
}
|
||||
|
||||
//set defaults
|
||||
if (empty($dialplan_enabled)) { $dialplan_enabled = "true"; }
|
||||
|
||||
//create token
|
||||
$object = new token;
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
Reference in New Issue
Block a user