2018-02-14 16:46:53 +00:00
|
|
|
<%#
|
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
|
|
|
Copyright 2012 David Menting <david@nut-bolt.nl>
|
|
|
|
Licensed to the public under the Apache License 2.0.
|
|
|
|
-%>
|
|
|
|
|
2019-12-21 21:26:15 +00:00
|
|
|
<% local ver = require "luci.version" %>
|
|
|
|
|
2018-02-14 16:46:53 +00:00
|
|
|
<footer>
|
2019-12-30 19:57:33 +00:00
|
|
|
<a href="https://github.com/ysurac/openmptcprouter">Powered by <%= ver.distversion %></a>
|
2019-12-21 21:26:15 +00:00
|
|
|
<ul class="breadcrumb pull-right" id="modemenu" style="display:none"></ul>
|
2018-02-14 16:46:53 +00:00
|
|
|
</footer>
|
|
|
|
</div>
|
2020-05-01 09:03:21 +00:00
|
|
|
<script type="text/javascript">L.require('menu-openmptcprouter')</script>
|
2018-02-14 16:46:53 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|