mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update database.php
This commit is contained in:
@@ -29,6 +29,10 @@ include "root.php";
|
||||
//define the database class
|
||||
if (!class_exists('database')) {
|
||||
class database {
|
||||
|
||||
/**
|
||||
* Define the class variables
|
||||
*/
|
||||
public $db;
|
||||
public $driver;
|
||||
public $type;
|
||||
|
||||
Reference in New Issue
Block a user