Update api.php

This commit is contained in:
Eric Johansson (neku) 2015-02-07 19:28:24 +01:00
parent ff3c110235
commit 3ce12daea4
1 changed files with 5 additions and 5 deletions

10
api.php
View File

@ -9,12 +9,12 @@ if(isset($_GET['d'])) {
if(!empty($_POST['name'])){
$name = $_POST['name'];}
if(!empty($_POST['autoext'])){
//
}
save_file($_FILES['file']['tmp_name'], $name);
break;
case 'upload-sharex':
break;
case 'extend-time':
break;
@ -23,5 +23,5 @@ if(isset($_GET['d'])) {
break;
}
}else{
exit('Please provide a valid argument. Example: curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload');
header('Location: http://uguu.se');
}