if (!$submit)
{
?>
Salvation's Corner Sanctuary Commands
include('../topmenu.inc');
?>
 |
Salvation's Corner
Sanctuary Commands
|
 |
|
include('../rightmenu.inc');
?>
include('../footer.inc');
?>
}
else
{
if ($level == "admin")
{
$url = "http://www.salvationscorner.net/commands/admin.html";
}
elseif ($level == "ircop")
{
$url = "http://www.salvationscorner.net/commands/ircop.html";
}
elseif ($level == "op")
{
$url = "http://www.salvationscorner.net/commands/op.html";
}
else
{
$url = "http://www.salvationscorner.net/commands/guest.html";
}
header("Location: $url");
}
?>