lars
ee33aaf182
allow to reset "owner" update language files update packaging scripts only build i386 debian package clarified some copyright stuff move URL of data files from /ezmlm-web-data/ to /ezmlm-web/ (debian policy) add example config file for apache fixed 'usr/local/' to 'usr/local/' patch for debian moved "confirmation selection" from "easy" to "expert" ezmlm-web version number for web interface footer is retrieved from the SPOT ezmlm-web.cgi
11 lines
291 B
C#
11 lines
291 B
C#
|
|
<div id="footer">
|
|
<a href="https://systemausfall.org/toolforge/ezmlm-web">ezmlm-web</a>
|
|
(v<?cs var:html_escape(Config.Version.ezmlm_web) ?>)
|
|
- <?cs var:html_escape(Lang.Misc.FooterText) ?>
|
|
<a href="http://www.ezmlm.org/" target="_blank">ezmlm</a>
|
|
<br />
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|