From: Ævar Arnfjörð Bjarmason Date: Wed, 21 Dec 2005 06:27:23 +0000 (+0000) Subject: * Added telnet:// to the list of supported URL prefixes, MUD games, games etc. X-Git-Tag: 1.6.0~912 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=8d94d8ea730994b9a08d5a60f0f488b19fe3836a;p=lhc%2Fweb%2Fwiklou.git * Added telnet:// to the list of supported URL prefixes, MUD games, games etc. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index deb8c37742..24ba9cb612 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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:',