mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
added save_switch_xml during install
This commit is contained in:
@@ -78,10 +78,6 @@ if (!if_group("superadmin")) {
|
||||
echo "</table>\n";
|
||||
echo "</form>\n";
|
||||
|
||||
echo "<br><br>";
|
||||
|
||||
echo "<p>WiP</p>";
|
||||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
?>
|
||||
@@ -186,6 +186,7 @@ include "root.php";
|
||||
$this->copy_conf();
|
||||
$this->copy_scripts();
|
||||
$this->create_config_lua();
|
||||
save_switch_xml();
|
||||
$this->restart_switch();
|
||||
$this->write_progress("Install completed for switch");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user