get rid of last function file

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-26 20:54:00 +01:00
parent 4ee735a81f
commit 1c9d76725c
7 changed files with 26 additions and 72 deletions

View File

@@ -189,9 +189,6 @@ class MasterCron extends \Froxlor\Cron\FroxlorCron
unset($sql['root_password']);
}
// Includes the Functions
require \Froxlor\Froxlor::getInstallDir() . '/lib/functions/constant.formfields.php';
// Includes the MySQL-Tabledefinitions etc.
require \Froxlor\Froxlor::getInstallDir() . '/lib/tables.inc.php';
fwrite(self::$debugHandler, 'Table definitions included' . "\n");