(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Functions * @version $Id: $ */ /* * Function getNextCronjobs * * checks which cronjobs have to be executed * * @return array array of cron-files which are to be executed */ function getNextCronjobs() { // SELECT `interval`, `lastrun` FROM `".PANEL_TABLE_CRONRUNS."` }