diff options
Diffstat (limited to 'admin/remove.php')
| -rw-r--r-- | admin/remove.php | 8 |
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 | |||
| 8 | Removed comic <?php echo($_GET['id']); ?>! | ||
