iSik

Results 1 issues of iSik

In Server.java: ``` java if (!ServerConstants.DB_USE_COMPILED_VALUES) { DatabaseConnection.update("jdbc:mysql://" + p.getProperty("mysql_host") + ":" + p.getProperty("mysql_port") + "/Orpheus?autoReconnect=true", p.getProperty("mysql_user"), p.getProperty("mysql_pass")); } ``` Make "/Orpheus" editable in the makesrv/ini also in case people...

enhancement