mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Merge remote-tracking branch 'bay12-upstream/master' into development
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user