array ("request", "integer", ""), ); getFields($fields); $dt=$dom->domains_type_lst(); if (!$isinvited && $dt[strtolower($type)]["enable"] != "ALL" ) { __("This page is restricted to authorized staff"); exit(); } $dom->lock(); if (!$r=$dom->get_sub_domain_all($sub_domain_id)) { $error=$err->errstr(); } if (!$dom->del_sub_domain($sub_domain_id)) { $error=$err->errstr(); } $dom->unlock(); ?>



$error

"; include_once("foot.php"); exit(); } else { $t = time(); // XXX: we assume the cron job is at every 5 minutes $error=strtr(_("The modifications will take effect at %time. Server time is %now."), array('%now' => date('H:i:s', $t), '%time' => date('H:i:s', ($t-($t%300)+300)))); echo "

".$error."

"; } ?>