summary refs log tree commit diff stats
path: root/admin/remove.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/remove.php')
-rw-r--r--admin/remove.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/remove.php b/admin/remove.php new file mode 100644 index 0000000..bf8e565 --- /dev/null +++ b/admin/remove.php
@@ -0,0 +1,8 @@
1<?php
2
3$delimage = "DELETE FROM moderation WHERE id = " . $_GET['id'];
4$delimage2 = mysql_query($delimage);
5
6?>
7
8Removed comic <?php echo($_GET['id']); ?>!