From 855b7582d3576f45693e3a48fdb253c813cf4dce Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 14 Jun 2008 14:12:12 +0000 Subject: * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers * Setting base version to 0.7 --- modules/admin-core/luasrc/view/admin_system/upgrade.htm | 2 +- modules/admin-core/luasrc/view/error404.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/admin-core/luasrc') diff --git a/modules/admin-core/luasrc/view/admin_system/upgrade.htm b/modules/admin-core/luasrc/view/admin_system/upgrade.htm index 7e23c5400..cc7438655 100644 --- a/modules/admin-core/luasrc/view/admin_system/upgrade.htm +++ b/modules/admin-core/luasrc/view/admin_system/upgrade.htm @@ -4,7 +4,7 @@

<%:a_s_flash_upgrade1%>


<% if sysupgrade and not ret then %> -
+" enctype="multipart/form-data">
<%:a_s_flash_fwimage%>
diff --git a/modules/admin-core/luasrc/view/error404.htm b/modules/admin-core/luasrc/view/error404.htm index 60daee2cb..03f6c54f3 100644 --- a/modules/admin-core/luasrc/view/error404.htm +++ b/modules/admin-core/luasrc/view/error404.htm @@ -1,5 +1,5 @@ <%+header%>

404 Not Found

Sorry, the object you requested was not found.

-Unable to dispatch: <%=luci.http.env.PATH_INFO%> +Unable to dispatch: <%=luci.http.request.env.PATH_INFO%> <%+footer%> \ No newline at end of file -- cgit v1.2.3