Add a contructor to the dialplan class.

This commit is contained in:
markjcrane
2016-04-14 22:34:10 -06:00
parent b7d8b3c23f
commit cfb1b28a54
3 changed files with 27 additions and 21 deletions

View File

@@ -27,6 +27,7 @@ include "root.php";
//define the schema class
class schema {
//define variables
public $db;
public $apps;