diff options
author | Robin <robin@Amaya.(none)> | 2010-05-15 22:29:14 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-05-15 22:29:14 +0200 |
commit | 78e54e1909506cb6606354a4b6e9120f7c4475b7 (patch) | |
tree | 1730eb2facd5e785d81ca12ff153c11c972892d9 /ocs/v1.php | |
parent | 35711d7534eedd5b09a4cedb82dcfbb9455582be (diff) | |
download | nextcloud-server-78e54e1909506cb6606354a4b6e9120f7c4475b7.tar.gz nextcloud-server-78e54e1909506cb6606354a4b6e9120f7c4475b7.zip |
fixes in log and ocs
Diffstat (limited to 'ocs/v1.php')
-rwxr-xr-x | ocs/v1.php | 1 |
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(); ?> |