(2003-2009) * @author Froxlor team (2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Cron * @version $Id$ */ $needrootdb = true; require (dirname(__FILE__) . '/../lib/cron_init.php'); $Aps = new ApsInstaller($settings, $db, $db_root); $Aps->InstallHandler(); require (dirname(__FILE__) . '/../lib/cron_shutdown.php'); ?>