mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
Remove database app_name and app_uuid (#7562)
- Remove database app_name, app_uuid - This is handled automatically by the database class - Remove redundant database::new()
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
//includes files
|
||||
require_once __DIR__ . "/require.php";
|
||||
|
||||
//connect to the database if not initialized
|
||||
$database = database::new();
|
||||
|
||||
//set the domains session
|
||||
if (!isset($_SESSION['domains'])) {
|
||||
$domain = new domains();
|
||||
|
||||
Reference in New Issue
Block a user