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