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

if (mt_rand(1, 72) === 1 && Property::get(WebInterface::PROP_TYPE) === 'acme') {
	Acme::renew();
}