diff options
author | Robin <robin@Amaya.(none)> | 2010-03-30 22:15:45 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-03-30 22:15:45 +0200 |
commit | 91d603a48c4eb2665bc769c11a0a1644ce282a1c (patch) | |
tree | 17d9bdaf55b065706ab0c73f2cab6a5ede8a3ff7 /webdav | |
parent | 6602a61a38ab4bc29405c9e27b1c5ab62e457fb2 (diff) | |
download | nextcloud-server-91d603a48c4eb2665bc769c11a0a1644ce282a1c.tar.gz nextcloud-server-91d603a48c4eb2665bc769c11a0a1644ce282a1c.zip |
added MySQL support, user can now choose between MySQL and SQLite
Diffstat (limited to 'webdav')
-rwxr-xr-x | webdav/owncloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webdav/owncloud.php b/webdav/owncloud.php index 6151e6e13f7..6699526be28 100755 --- a/webdav/owncloud.php +++ b/webdav/owncloud.php @@ -28,7 +28,7 @@ require_once('HTTP/WebDAV/Server/Filesystem.php'); ini_set('default_charset', 'UTF-8'); #ini_set('error_reporting', ''); - +ob_clean(); if(empty($_SERVER['PHP_AUTH_USER']) && empty($_SERVER['REDIRECT_REMOTE_USER'])) { header('WWW-Authenticate: Basic realm="ownCloud"'); |