1 2 3 4 5
<?php if (mt_rand(1, 36) === 1 && Property::get(WebInterface::PROP_TYPE) === 'acme') { Acme::renew(); }