remove include statement of class file
This commit is contained in:
parent
91f0619728
commit
377d7be8e6
|
|
@ -471,7 +471,6 @@
|
|||
}
|
||||
|
||||
//get the db variables
|
||||
//require_once "resources/classes/config.php";
|
||||
//$config = new config;
|
||||
//$config_exists = $config->exists();
|
||||
//$config_path = $config->find();
|
||||
|
|
@ -908,7 +907,6 @@
|
|||
|
||||
|
||||
//example use
|
||||
//require_once "resources/classes/schema.php";
|
||||
//$obj = new schema;
|
||||
//$obj->db_type = $db_type;
|
||||
//$obj->schema();
|
||||
|
|
|
|||
Loading…
Reference in New Issue