diff options
Diffstat (limited to 'files/ajax/upload.php')
-rw-r--r-- | files/ajax/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/upload.php b/files/ajax/upload.php index b04796e3248..c60e1a3752a 100644 --- a/files/ajax/upload.php +++ b/files/ajax/upload.php @@ -1,7 +1,7 @@ <?php // Init owncloud -require_once('../../lib/base.php'); + // Firefox and Konqueror tries to download application/json for me. --Arthur OC_JSON::setContentTypeHeader('text/plain'); |