Set enabled to true by default

This commit is contained in:
FusionPBX 2025-03-24 18:33:34 -06:00 committed by GitHub
parent 90bae99e3d
commit 9f7371659d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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']);