diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-04-14 20:11:05 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-04-14 20:11:05 +0000 |
commit | 8215882643550e4fa3a86c2404aace18804d7f50 (patch) | |
tree | a83014123a429b65320a467ef101a82d3890bbfc | |
parent | f90faaf1e07ed36bd3b763b80f6bb64e2db77994 (diff) |
Correct name of KaosPilotene.
-rw-r--r-- | imp3/motd.php | 2 | ||||
-rw-r--r-- | imp3/servers.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/imp3/motd.php b/imp3/motd.php index 4ce7220..ec48e17 100644 --- a/imp3/motd.php +++ b/imp3/motd.php @@ -8,7 +8,7 @@ Bookmark the following alternatives now, in case this site goes down one day:<BR <A href="https://mail.homebase.dk/" target="_top" class="helpitem">Homebase</A>, <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">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>. </P> diff --git a/imp3/servers.php b/imp3/servers.php index 9cbec7d..7f0b4f8 100644 --- a/imp3/servers.php +++ b/imp3/servers.php @@ -87,7 +87,7 @@ $servers['bitbase'] = array( ) ); $servers['kpno'] = array( - 'name' => 'Kaospiloterne, Norge', + 'name' => 'KaosPilotene, Norge', 'server' => 'mail.kaospilot.no', 'port' => 993, 'protocol' => 'imap/ssl', |