- adding overview for admin_cronjobs (planned for 1.0);
- added 'isactive' for cronjobs so the admin can deactivate them (planned for 1.0); - re-adding 'panel_diskspace' and 'panel_diskspace_admins' to install/froxlor.sql; - show only 'logout' and 'froxlor update' in menulist when files have been updated and db is not up to date; - bugixing success.tpl (closing <a>-tag);
This commit is contained in:
@@ -26,7 +26,7 @@ function getNextCronjobs()
|
||||
{
|
||||
global $db;
|
||||
|
||||
$query = "SELECT `id`, `cronfile` FROM `".TABLE_PANEL_CRONRUNS."` WHERE `interval` <> '0' AND (";
|
||||
$query = "SELECT `id`, `cronfile` FROM `".TABLE_PANEL_CRONRUNS."` WHERE `interval` <> '0' AND `isactive` = '1' AND (";
|
||||
|
||||
$intervals = getIntervalOptions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user