summaryrefslogtreecommitdiffstats
path: root/ocs/v1.php
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-05-15 22:29:14 +0200
committerRobin <robin@Amaya.(none)>2010-05-15 22:29:14 +0200
commit78e54e1909506cb6606354a4b6e9120f7c4475b7 (patch)
tree1730eb2facd5e785d81ca12ff153c11c972892d9 /ocs/v1.php
parent35711d7534eedd5b09a4cedb82dcfbb9455582be (diff)
downloadnextcloud-server-78e54e1909506cb6606354a4b6e9120f7c4475b7.tar.gz
nextcloud-server-78e54e1909506cb6606354a4b6e9120f7c4475b7.zip
fixes in log and ocs
Diffstat (limited to 'ocs/v1.php')
-rwxr-xr-xocs/v1.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocs/v1.php b/ocs/v1.php
index 14d56bbec60..2419658ff10 100755
--- a/ocs/v1.php
+++ b/ocs/v1.php
@@ -22,6 +22,7 @@
*/
require_once('../inc/lib_base.php');
+ob_clean();
OC_OCS::handle();
?>