0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-13 07:23:57 +00:00
Files
Jo-Philipp Wich 673f38246a treewide: separate Lua runtime resources
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>
2022-10-25 01:03:37 +02:00

25 lines
603 B
Plaintext

{#
Copyright 2015-2022 Jo-Philipp Wich <jo@mein.io>
Licensed to the public under the Apache License 2.0.
-#}
{% include('header') %}
<h2 name="content">{{ _('Form token mismatch') }}</h2>
<br />
<p class="alert-message">{{ _('The submitted security token is invalid or already expired!') }}</p>
<p>{{ _(`
In order to prevent unauthorized access to the system, your request has
been blocked. Click "Continue »" below to return to the previous page.
`) }}</p>
<hr />
<p class="right">
<strong><a href="#" onclick="window.history.back();">Continue »</a></strong>
</p>
{% include('footer') %}