mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Move references to php classes in includes/classes to resource/classes.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
public $description;
|
||||
|
||||
public function __construct() {
|
||||
require_once "includes/classes/database.php";
|
||||
require_once "resources/classes/database.php";
|
||||
$this->app_uuid = 'e68d9689-2769-e013-28fa-6214bf47fca3';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user