From 01d61d1d369811dcdce24db29c402e2f732c0e71 Mon Sep 17 00:00:00 2001 From: Arslan Hassan Date: Thu, 30 Aug 2012 09:29:53 +0000 Subject: [PATCH] Fixed : put.php file --- upload/api/put.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upload/api/put.php b/upload/api/put.php index 7a664d14..9fb92746 100644 --- a/upload/api/put.php +++ b/upload/api/put.php @@ -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'];