17 lines
342 B
HTML
17 lines
342 B
HTML
<%#
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
|
Licensed to the public under the Apache License 2.0.
|
|
-%>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="luci">
|
|
<% local ver = require "luci.version" -%>
|
|
Powered by <%= ver.luciname %> (<%= ver.luciversion %>)
|
|
</p>
|
|
</body>
|
|
</html>
|