remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 11:56:58 -03:00
parent 6c29cf3836
commit 3cb65f614f
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@
$text = $language->get();
//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;
if (isset($argv[1]) && $argv[1] == 'data_types') {
$obj->data_types = true;