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

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