added githuburl value

This commit is contained in:
naisudev
2017-10-28 22:43:43 +03:00
committed by GitHub
parent da101d1daa
commit f46afcc78c
+4
View File
@@ -84,6 +84,7 @@
var/wikiurl = "http://example.org"
var/forumurl = "http://example.org"
var/rulesurl = "http://example.org"
var/githuburl = "http://example.org"
var/donationsurl = "http://example.org"
var/repositoryurl = "http://example.org"
@@ -375,6 +376,9 @@
if("rulesurl")
config.rulesurl = value
if("githuburl")
config.githuburl = value
if("donationsurl")
config.donationsurl = value