From: Michiel@unhosted Date: Sun, 9 Oct 2011 15:12:16 +0000 (+0200) Subject: use install.php properly X-Git-Tag: v3.0~95^2~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f4fb6356cd5d9143f59ad41425d74fb35bbe68fd;p=nextcloud-server.git use install.php properly --- diff --git a/apps/remoteStorage/compat.php b/apps/remoteStorage/compat.php index d383e879510..35a133c43c7 100644 --- a/apps/remoteStorage/compat.php +++ b/apps/remoteStorage/compat.php @@ -44,7 +44,7 @@ if(isset($_SERVER['HTTP_ORIGIN'])) { header('Access-Control-Allow-Origin: ' . $_SERVER['HTTP_ORIGIN']); header('Access-Control-Max-Age: 3600'); header('Access-Control-Allow-Methods: OPTIONS, GET, PUT, DELETE, PROPFIND'); - header('Access-Control-Allow-Headers: Authorization'); + header('Access-Control-Allow-Headers: Authorization, Content-Type'); } else { header('Access-Control-Allow-Origin: *'); } diff --git a/apps/user_webfinger/activate.php b/apps/user_webfinger/activate.php deleted file mode 100644 index 50257232ae4..00000000000 --- a/apps/user_webfinger/activate.php +++ /dev/null @@ -1,11 +0,0 @@ -