remove include statement of class file
This commit is contained in:
parent
6c29cf3836
commit
3cb65f614f
|
|
@ -59,7 +59,6 @@
|
||||||
$text = $language->get();
|
$text = $language->get();
|
||||||
|
|
||||||
//get the database schema put it into an array then compare and update the database as needed.
|
//get the database schema put it into an array then compare and update the database as needed.
|
||||||
require_once "resources/classes/schema.php";
|
|
||||||
$obj = new schema;
|
$obj = new schema;
|
||||||
if (isset($argv[1]) && $argv[1] == 'data_types') {
|
if (isset($argv[1]) && $argv[1] == 'data_types') {
|
||||||
$obj->data_types = true;
|
$obj->data_types = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue