Changes for HTTPs sites #77

Merged
cohan merged 6 commits from master into master 2012-08-18 13:45:19 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit cb654f24bb - Show all commits

BIN
irc.tgz

Binary file not shown.

View File

@ -110,7 +110,7 @@ function irc_content(&$a) {
$o .= <<< EOT
<h2>IRC chat</h2>
<p><a href="http://tldp.org/HOWTO/IRC/beginners.html" target="_blank">A beginner's guide to using IRC. [en]</a></p>
<iframe src="http://webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
<iframe src="//webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
EOT;
return $o;