require("include/top.php");
if ($SESSION_LEVEL=='administrator' || $SESSION_LEVEL=='moderator' || $SESSION_LEVEL=='gloperator'):
if ($id && $action=='delete')
{
$query = "DELETE FROM downloadlinks WHERE id=$id";
mysql_query($query);
print("
downloadlink $id deleted
hope you didn't fuck up!
");
}
?>
dude, that's a dangerous page...
endif; ?>