mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
reorganised upgrade routine to make more sense
This commit is contained in:
@@ -91,8 +91,13 @@ include "root.php";
|
||||
$this->write_progress("\tRunning requires");
|
||||
require "resources/require.php";
|
||||
$this->create_menus();
|
||||
$this->app_defaults();
|
||||
$this->write_progress("Install complete for FusionPBX");
|
||||
}
|
||||
|
||||
function upgrade() {
|
||||
$this->app_defaults();
|
||||
}
|
||||
|
||||
protected function create_config_php() {
|
||||
$this->write_progress("\tCreating " . $this->config_php);
|
||||
@@ -1021,7 +1026,7 @@ include "root.php";
|
||||
}
|
||||
}
|
||||
|
||||
public function app_defaults() {
|
||||
protected function app_defaults() {
|
||||
$this->write_progress("\tRunning app_defaults");
|
||||
|
||||
//set needed session settings
|
||||
|
||||
Reference in New Issue
Block a user