mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
moved restart and unprotected app_defaults
This commit is contained in:
@@ -975,7 +975,7 @@ include "root.php";
|
||||
}
|
||||
}
|
||||
|
||||
protected function app_defaults() {
|
||||
public function app_defaults() {
|
||||
$this->write_progress("Running app_defaults");
|
||||
|
||||
//set needed session settings
|
||||
|
||||
@@ -176,9 +176,6 @@ include "root.php";
|
||||
function install() {
|
||||
$this->copy_conf();
|
||||
$this->copy_scripts();
|
||||
//tell freeswitch to restart
|
||||
$this->write_progress("Restarting switch");
|
||||
$this->detect_switch->restart_switch();
|
||||
}
|
||||
|
||||
function upgrade() {
|
||||
|
||||
Reference in New Issue
Block a user