* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
[project/luci.git] / modules / admin-core / luasrc / view / error500.htm
1 <%+header%>
2 <h1>500 Internal Server Error</h1>
3 <p>Sorry, the server encountered an unexpected error.</p>
4 <tt><%=message%></tt>
5 <%+footer%>