* Added telnet:// to the list of supported URL prefixes, MUD games, games etc.
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 21 Dec 2005 06:27:23 +0000 (06:27 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 21 Dec 2005 06:27:23 +0000 (06:27 +0000)
includes/DefaultSettings.php

index deb8c37..24ba9cb 100644 (file)
@@ -159,6 +159,7 @@ $wgUrlProtocols = array(
        'ftp://',
        'irc://',
        'gopher://',
+       'telnet://', // Well if we're going to support the above.. -ævar
        'nntp://', // @bug 3808 RFC 1738
        'worldwind://',
        'mailto:',