require("include/top.php");
if ($SESSION_LEVEL=='administrator' || $SESSION_LEVEL=='moderator' || $SESSION_LEVEL=='gloperator'):
if ($_GET["which"])
{
$query = "DELETE FROM sceneorgrecommended WHERE id=".$_GET["which"];
mysql_query($query);
print("
sceneorgrecommended deleted
hope you didn't fuck up!
");
logGloperatorAction("remove_sceneorg",$_GET["which"]);
}
?>
else: ?>
dude, that's a dangerous page...
endif; ?>