From 84d14d6245880cb53fd8cb3726ed2ddb813e0861 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 14 Apr 2006 20:28:50 +0000 Subject: Add config snippets for Horde3/IMP4. --- horde/imp4/motd.php | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 horde/imp4/motd.php (limited to 'horde/imp4/motd.php') diff --git a/horde/imp4/motd.php b/horde/imp4/motd.php new file mode 100644 index 0000000..16d90d3 --- /dev/null +++ b/horde/imp4/motd.php @@ -0,0 +1,56 @@ + + + + + * To use, unncomment and modify these variables: + * + * $SERVER_SSL_PORT - Port on which your SSL server listens (Usually 443) + * $SERVER_HTTP_PORT - Port on which your HTTP server listens (Usually 80) + * $SERVER_SSL_URL - Full URL to your HTTPS server and Horde directory + * $SERVER_HTTP_URL - Full URL to your HTTP server and Horde directory + */ + +// $SERVER_SSL_PORT = 443; +// $SERVER_HTTP_PORT = 80; +// $SERVER_SSL_URL = 'https://www.example.com'; +// $SERVER_HTTP_URL = 'http://www.example.com'; +// +// $port = $_SERVER['SERVER_PORT']; +// +// echo '
'; +// +// switch ($port) { +// case $SERVER_SSL_PORT: +// echo _("You are currently using Secure HTTPS
"); +// break; +// +// case $SERVER_HTTP_PORT: +// echo _("You are currently using Standard HTTP
"); +// break; +// } +// +// echo '' . _("Click here for Standard HTTP") . ' - ' . _("Click here for Secure HTTPS") . '
'; + +?> + +

+Bookmark the following alternatives now, in case this site goes down one day:
+dr. Jones, +Homebase, +Lab, +Bitbase, +KaosPilotene Norge, +DGI-huset, +IDA. +

+

+Always remember to select your home organisation at login!
+

+ +
+
getImageDir('horde')) ?>
-- cgit v1.2.3