From 6d373e97c32ec51bd649eeafdfcc3596067776f8 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 7 Apr 2014 23:02:49 +0200 Subject: remove unused exit() --- apps/files/ajax/upload.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index 38175fa5001..a5ce7b257da 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -196,7 +196,6 @@ if (strpos($dir, '..') === false) { if ($error === false) { OCP\JSON::encodedPrint($result); - exit(); } else { OCP\JSON::error(array(array('data' => array_merge(array('message' => $error, 'code' => $errorCode), $storageStats)))); } -- cgit v1.2.3