Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ocs
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-05-16 00:29:14 +0400
committerRobin <robin@Amaya.(none)>2010-05-16 00:29:14 +0400
commit78e54e1909506cb6606354a4b6e9120f7c4475b7 (patch)
tree1730eb2facd5e785d81ca12ff153c11c972892d9 /ocs
parent35711d7534eedd5b09a4cedb82dcfbb9455582be (diff)
fixes in log and ocs
Diffstat (limited to 'ocs')
-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();
?>