migrated ApsInstaller and ApsUpdater, fixed typo in traffic-cron (thx to Sephi), refs #1287

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-20 15:02:49 +01:00
parent cf2eea43c9
commit ee19c268cc
5 changed files with 340 additions and 360 deletions

View File

@@ -17,9 +17,5 @@
*
*/
openRootDB($debugHandler, $lockfile);
$Aps = new ApsInstaller($settings, $db, $db_root);
$Aps = new ApsInstaller($settings);
$Aps->InstallHandler();
closeRootDB();
?>