summary refs log tree commit diff stats
path: root/admin/remove.php
blob: bf8e5656edb6caf045231566f2de44021a268911 (plain) (blame)
1
2
3
4
5
6
7
8
<?php

$delimage = "DELETE FROM moderation WHERE id = " . $_GET['id'];
$delimage2 = mysql_query($delimage);

?>

Removed comic <?php echo($_GET['id']); ?>!