From 24ff6662195222479b4d83d41fa89edc8a3c05d1 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 28 Jul 2012 21:12:54 +0200 Subject: Removed uploadify dependence. --- vendors/uploadify/check.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 vendors/uploadify/check.php (limited to 'vendors/uploadify/check.php') diff --git a/vendors/uploadify/check.php b/vendors/uploadify/check.php deleted file mode 100644 index d7dc57177..000000000 --- a/vendors/uploadify/check.php +++ /dev/null @@ -1,35 +0,0 @@ - $value) { - if ($key != 'folder') { - if (file_exists($_SERVER['DOCUMENT_ROOT'] . $_POST['folder'] . '/' . $value)) { - $fileArray[$key] = $value; - } - } -} -echo json_encode($fileArray); -?> \ No newline at end of file -- cgit v1.2.3