This commit is contained in:
Unknown 2014-03-19 13:24:46 -04:00
parent 757f360949
commit 601c10309d
4 changed files with 5 additions and 2 deletions

View file

@ -172,8 +172,9 @@ func init() {
AppUrl = Cfg.MustValue("server", "ROOT_URL")
Domain = Cfg.MustValue("server", "DOMAIN")
SecretKey = Cfg.MustValue("security", "SECRET_KEY")
}
// Extensions.
func NewServices() {
newService()
newLogService()
newMailService()