Guest User

index.php

a guest
Dec 30th, 2010
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?
  2.         unlink('images/' . $_POST['file_name']);
  3.         header("Content-Type: text/javascript");
  4.         echo '{"success":true}';
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment