moved restart and unprotected app_defaults

This commit is contained in:
Matthew Vale
2015-11-26 16:57:34 +00:00
parent af867043b2
commit e504c8b592
3 changed files with 2 additions and 4 deletions

View File

@@ -311,6 +311,7 @@ if(!$install_step) { $install_step = 'select_language'; }
$fusionPBX->install();
$switch->install();
$fusionPBX->app_defaults();
$detect_switch->restart_switch();
}catch(Exception $e){
echo "</pre>\n";
echo "<p><b>Failed to install</b><br/>" . $e->getMessage() . "</p>\n";