mirror of
https://github.com/openwrt/luci.git
synced 2025-04-12 19:53:11 +00:00
Move classes required for Lua runtime support into a new `luci-lua-runtime` package. Also replace the `luci.http` and `luci.util` classes in `luci-lib-base` with stubbed versions interacting with the ucode based runtime environment. Finally merge `luci-base-ucode` into the remainders of `luci-base`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
{#
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
Copyright 2008-2022 Jo-Philipp Wich <jo@mein.io>
|
|
Licensed to the public under the Apache License 2.0.
|
|
-#}
|
|
|
|
{% include('header') %}
|
|
|
|
<h2 name="content">404 {{ _('Not Found') }}</h2>
|
|
<p>{{ _('Sorry, the object you requested was not found.') }}</p>
|
|
<p>{{ message }}</p>
|
|
<tt>{{ _('Unable to dispatch') }}: {{ dispatcher.build_url(...ctx.request_path) }}</tt>
|
|
|
|
{% include('footer') %}
|