From 10eef51a0f086ad148928ba965c330599b4765cb Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 4 Jun 2017 17:16:11 +0200 Subject: Update package for new web plugin interface --- radicale_web/web/infcloud/auth/index.php | 33 -------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 radicale_web/web/infcloud/auth/index.php (limited to 'radicale_web/web/infcloud/auth/index.php') diff --git a/radicale_web/web/infcloud/auth/index.php b/radicale_web/web/infcloud/auth/index.php deleted file mode 100644 index e92f005..0000000 --- a/radicale_web/web/infcloud/auth/index.php +++ /dev/null @@ -1,33 +0,0 @@ - - - - 401 Authorization Required - - -

Authorization Required

-

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

- - -HTML; - exit(0); - } - else - { - header('Content-type: text/xml; charset="utf-8"'); - header('Cache-Control: max-age=0, must-revalidate, no-cache, no-store, no-transform, private'); - echo array_to_xml($config['accounts']); - } -?> \ No newline at end of file -- cgit