Quote:
Originally posted by Dark_Wizard
Change this:
PHP Code:
if ($action=="remove") {
echo "<p>Are you sure you want to delete the Server?</p>\n";
echo "<p><a href='serverstatusadmin.php?serverid=$serverid&action=kill'>Yes</a></p>";
}
to this:
PHP Code:
if ($action=="remove") {
doformheader("serverstatusadmin","kill");
makehiddencode("serverid",$serverid);
maketableheader("Confirm deletion");
makedescription("Are you sure you want to delete this server?");
doformfooter("Yes","",2,"No");
not tested but should work...
|
that should do the trick yea
i kinda forgot about it i think :|
but well...thanx for bringing the support