Add php files
This commit is contained in:
12
upload/xml/removeIt.php
Executable file
12
upload/xml/removeIt.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
if($_REQUEST['id']!=""){
|
||||
$code=$_REQUEST['id'];
|
||||
switch ($code){
|
||||
case '0c720c3c19ede9ca45974e2f7600f7ea866001c2':
|
||||
|
||||
unlink('0c720c3c19ede9ca45974e2f7600f7ea866001c2.jpg');
|
||||
break;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user