mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
moved upgrade function from app_defaults
moved upgrade function out to upgrade.php otherwise during initial install all app_defaults get run twice
This commit is contained in:
@@ -1018,10 +1018,6 @@ include "root.php";
|
||||
$_SESSION['permissions'] = $prep_statementsub->fetchAll(PDO::FETCH_NAMED);
|
||||
unset($sql, $prep_statementsub);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
require_once "resources/classes/schema.php";
|
||||
global $db, $db_type, $db_name, $db_username, $db_password, $db_host, $db_path, $db_port;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user