Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
This commit is contained in:
commit
9b49b88fb5
|
|
@ -332,8 +332,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//update config.lua
|
//update config.lua
|
||||||
$obj = new scripts;
|
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/app/scripts/resources/classes/scripts.php')) {
|
||||||
$obj->write_config();
|
$obj = new scripts;
|
||||||
|
$obj->write_config();
|
||||||
|
}
|
||||||
|
|
||||||
//clear the session variables
|
//clear the session variables
|
||||||
unset($_SESSION['domain']);
|
unset($_SESSION['domain']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue