diff options
author | root <root@borneuni.dk> | 2008-09-10 07:13:43 +0000 |
---|---|---|
committer | root <root@borneuni.dk> | 2008-09-10 07:13:43 +0000 |
commit | 796c18f6c557b9d0e0ad692e46965b66bc99cc65 (patch) | |
tree | 8037b8e25b29e24d8e5aa916c3dceef22b4b6007 /horde/imp4/motd.php | |
parent | 8be3926a5af3282b4787b5ecdbccb8914097e36d (diff) | |
parent | e2be84c35aa923f526f7ffbd992deaa1f3662dc7 (diff) |
Merge branch 'master' of git://source.jones.dk/local-COMMON
Diffstat (limited to 'horde/imp4/motd.php')
-rw-r--r-- | horde/imp4/motd.php | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/horde/imp4/motd.php b/horde/imp4/motd.php index 16d90d3..9d8e201 100644 --- a/horde/imp4/motd.php +++ b/horde/imp4/motd.php @@ -3,7 +3,7 @@ <?php /** - * $Horde: imp/config/motd.php.dist,v 1.8.6.2 2005/10/18 12:13:29 jan Exp $ + * $Horde: imp/config/motd.php.dist,v 1.8.6.3 2007/12/20 13:59:20 jan Exp $ * * Example code for switching between HTTP and HTTPS. * Contributed by: James <james@james-web.net> @@ -19,21 +19,21 @@ // $SERVER_HTTP_PORT = 80; // $SERVER_SSL_URL = 'https://www.example.com'; // $SERVER_HTTP_URL = 'http://www.example.com'; -// +// // $port = $_SERVER['SERVER_PORT']; -// +// // echo '<br /><div align="center" class="light">'; -// +// // switch ($port) { // case $SERVER_SSL_PORT: // echo _("You are currently using Secure HTTPS<br />"); // break; -// +// // case $SERVER_HTTP_PORT: // echo _("You are currently using Standard HTTP<br />"); // break; // } -// +// // echo '<a class="small" href="' . $SERVER_HTTP_URL . '" target="_parent">' . _("Click here for Standard HTTP") . '</a> - <a class="small" href="' . $SERVER_SSL_URL . '" target="_parent">' . _("Click here for Secure HTTPS") . '</a></div>'; ?> @@ -45,8 +45,7 @@ Bookmark the following alternatives now, in case this site goes down one day:<BR <A href="http://mail.107b.dk/" target="_top" class="helpitem">Lab</A>, <A href="https://mail.bitbase.dk/" target="_top" class="helpitem">Bitbase</A>, <A href="https://mail.kaospilot.no/" target="_top" class="helpitem">KaosPilotene Norge</A>, -<A href="http://mail.dgi-huset.dk/" target="_top" class="helpitem">DGI-huset</A>, -<A href="http://mail.idraetsdaghojskolen.dk/" target="_top" class="helpitem">IDA</A>. +<A href="http://mail.dgi-huset.dk/" target="_top" class="helpitem">DGI-huset</A>. </P> <P align="center" class="light"> Always remember to select your home organisation at login!<BR> |