as changes to server.properties are now immediately read and accessible from the manage-application we just have a md5-encoding utility and leave it to the admin to add the values to the server.properties file. this makes sure that nothing can be changed via the web. changes to allowadmin are effective immediately too.
30 lines
No EOL
1 KiB
Text
30 lines
No EOL
1 KiB
Text
|
|
<p><a href="<% root.href action="main" %>"><img src="<% root.href action="image" %>" title="helma" border="0" width="174" height="35" align="baseline" style="border-width:3px;border-color:white;"></a>
|
|
</p>
|
|
|
|
<div class="list_apps">
|
|
<i><% root.appCount filter="active" singular=" app" plural=" apps"%> on
|
|
<a href="<% root.href action="main" %>"><% root.hostname %> (<% root.hostaddress %>)</a></i>
|
|
</div>
|
|
|
|
<% root.appList filter="active" %>
|
|
|
|
<p></p>
|
|
<div class="list_apps">
|
|
<i>and <% root.appCount filter="disabled" %> disabled apps:</i>
|
|
</div>
|
|
|
|
<% root.appList filter="disabled" skin="navig_disabled" %>
|
|
|
|
<br/><br/>
|
|
<p>
|
|
Information on <a href="http://helma.org/">helma.org</a>:<br/>
|
|
<li><a href="http://helma.org/docs">reference</a><br/>
|
|
<li><a href="http://helma.org/lists/listinfo/hop">mailinglist</a><br/>
|
|
<li><a href="http://adele.helma.org/source/cvsweb.cgi/?cvsroot=hop">cvs</a><br/>
|
|
<li><a href="http://helma.org/download/">download</a><br/>
|
|
</p>
|
|
|
|
<p>
|
|
<li><a href="<% root.href action="makekey" %>">generate server password</a>
|
|
</p> |