Update database.php

This commit is contained in:
FusionPBX 2019-11-23 15:30:29 -07:00 committed by GitHub
parent ffded121e3
commit e117ce6d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;