Merge remote-tracking branch 'bay12-upstream/master' into development

This commit is contained in:
skull132
2016-10-07 00:58:39 +03:00
1594 changed files with 53994 additions and 48590 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
return
src << link(config.wikiurl)
else
src << "\red The wiki URL is not set in the server configuration."
src << "<span class='warning'>The wiki URL is not set in the server configuration.</span>"
return
/client/verb/forum()
@@ -20,7 +20,7 @@
return
src << link(config.forumurl)
else
src << "\red The forum URL is not set in the server configuration."
src << "<span class='warning'>The forum URL is not set in the server configuration.</span>"
return
/client/verb/reportbug()