array ("request", "string", ""),
"sub" => array ("request", "string", ""),
"type" => array ("request", "string", ""),
"value" => array ("request", "string", ""),
);
getFields($fields);
$dom->lock();
if (!$dom->del_sub_domain($domain,$sub,$type,$value)) {
$error=$err->errstr();
}
$dom->unlock();
?>
=sprintf(_("Deleting the subdomain %s:"),"http://".(($sub)?$sub.".":$sub).$domain); ?>
$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."
";
}
?>