%
def tmp = [test:1] + config;
def title = 'About software'
tmp.each { k,v ->
if (request.getParameter(k)) {
tmp[k] = request.getParameter(k);
}
}
config.clear();
config.putAll(tmp);
%>
${ util.include('header', [title:'Setup: ' + title]) }
While the Tigase server is quite stable and well tested application the installer itself is a new addition. Take precautions especially if you upgrade the ser
ver from earlier version. Backup old server files and the database.
If you notice any problems please report them to address: artur.hefczyc@tigase.org
${ util.include('footer') }