summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/hooks/cron.inc.php
blob: 91e069d4fa6d6e8954e0d1ce06dc47cf14062df1 (plain) (blame)
1
2
3
4
5
6
<?php

if ((int)gmdate('i') < 5) {
	// Don't care about task, this will register a callback
	SystemStatus::getUpgradableTask();
}