welcome page

This commit is contained in:
Athou
2014-08-09 16:07:24 +02:00
parent 33b683d037
commit bbf04c4687
10 changed files with 139 additions and 13 deletions

View File

@@ -14,5 +14,6 @@ public class ServerInfo implements Serializable {
private String announcement;
private String version;
private String gitCommit;
private boolean allowRegistrations;
}