luci-base: Make default for FileUpload 'safe'
[project/luci.git] / modules / luci-base / luasrc / view / error500.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%+header%>
8 <h2 name="content">500 <%:Internal Server Error%></h2>
9 <p><%:Sorry, the server encountered an unexpected error.%></p>
10 <pre class="error500"><%=message%></pre>
11 <%+footer%>