Update database.php

This commit is contained in:
FusionPBX 2019-11-23 15:30:29 -07:00 committed by GitHub
parent 6c4aace826
commit d7af2c794d
1 changed files with 4 additions and 0 deletions

View File

@ -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;