aboutsummaryrefslogtreecommitdiff
path: root/radicale_web/web/infcloud/auth/plugins/generic_conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'radicale_web/web/infcloud/auth/plugins/generic_conf.inc')
-rw-r--r--radicale_web/web/infcloud/auth/plugins/generic_conf.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/radicale_web/web/infcloud/auth/plugins/generic_conf.inc b/radicale_web/web/infcloud/auth/plugins/generic_conf.inc
deleted file mode 100644
index 01c2b32..0000000
--- a/radicale_web/web/infcloud/auth/plugins/generic_conf.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
- // Server base URL
- $pluginconfig['base_url']=(empty($_SERVER['HTTPS']) ? 'http' : 'https').'://my.server.com:8080';
-
- // Default values are usually OK
- // for Davical:
- $pluginconfig['request']='/caldav.php'; // change only if your Davical is not installed into server root directory
- // for Lion server:
- //$pluginconfig['request']='/principals/users';
-
- $pluginconfig['timeout']=30;
-?> \ No newline at end of file
bgstack15