parent
dbdf898d47
commit
7b8092f702
@ -1,16 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>Internal server error</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>An exceptional error has occured.</p>
|
||||
<dl>
|
||||
<dt>incident number</dt>
|
||||
<dd>[% exception_incident | html %]</dd>
|
||||
<dt>time of incident</dt>
|
||||
<dd>[% exception_timestamp | html %]</dd>
|
||||
</dl>
|
||||
<p>Details have been logged on the server.</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,9 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>Invalid certificate serial number</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Invalid certificate serial number <var>[% ssl_client_m_serial | html %]</var></p>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,9 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>Not implemented</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>The functionality for the entity <tt>[% entity_name | html %]</tt> is not yet implemented.</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in new issue