remove unused config.app.name/version

This commit is contained in:
mappu 2017-02-06 12:18:07 +13:00
parent 96c3e6ea7d
commit 1189d6fe60
2 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@ package main
type Config struct {
App struct {
Name string `json:"name"`
Version string `json:"version"`
MotdHTML string `json:"motd"`
}

View File

@ -1,8 +1,6 @@
{
"app": {
"name" : "DCWebUI2",
"version": "1.3.0",
"motd" : "Welcome!<br>"
},