translate 404 error message to German
This commit is contained in:
parent
cd8cacc226
commit
923b6a8c6c
2
404.php
2
404.php
@ -86,7 +86,7 @@ error_log("[404] $ip $method $requestUri");
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h1>404</h1>
|
<h1>Seite nicht gefunden</h1>
|
||||||
<p>Die angeforderte Seite wurde nicht gefunden.</p>
|
<p>Die angeforderte Seite wurde nicht gefunden.</p>
|
||||||
<p><strong><?php echo $requestUri; ?></strong></p>
|
<p><strong><?php echo $requestUri; ?></strong></p>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user