mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the database class to find the require.php
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
require_once "resources/php.php";
|
||||
require_once "resources/functions.php";
|
||||
if (is_array($conf) && count($conf) > 0) {
|
||||
require "resources/pdo.php";
|
||||
require_once "resources/pdo.php";
|
||||
require_once "resources/cidr.php";
|
||||
if (file_exists($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/resources/switch.php")) {
|
||||
require_once "resources/switch.php";
|
||||
|
||||
Reference in New Issue
Block a user