Fixed : put.php file
This commit is contained in:
parent
5c4c700687
commit
01d61d1d36
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
* Api Put method to add/upload/insert stuff
|
||||
* on ClipBucket website
|
||||
*/
|
||||
|
||||
include('../includes/config.inc.php');
|
||||
|
||||
|
||||
$request = $_REQUEST;
|
||||
$mode = $request['mode'];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue