diff options
author | Björn Schießle <schiessle@owncloud.com> | 2012-10-08 17:32:04 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2012-10-08 17:32:04 +0200 |
commit | 277dd2b0a96dbb777358d965c469a4ab141ebd57 (patch) | |
tree | 2ffc79f5b7950753cfc3af9581d58fd453ded06c /apps | |
parent | 2923d24921eb7311715587ecc746bfc63fd0f676 (diff) | |
download | nextcloud-server-277dd2b0a96dbb777358d965c469a4ab141ebd57.tar.gz nextcloud-server-277dd2b0a96dbb777358d965c469a4ab141ebd57.zip |
remove debug output
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/ajax/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index e9d85ef005a..a4dcd80a2e2 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -2,7 +2,7 @@ // Init owncloud -error_log("upload!!!"); + // Firefox and Konqueror tries to download application/json for me. --Arthur OCP\JSON::setContentTypeHeader('text/plain'); |