From a89f109904971c1f09ff8cee9b17fbd092221326 Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Tue, 29 Jul 2025 11:18:27 +0200 Subject: [PATCH] Changed language to english. --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 61ee031..5845f54 100644 --- a/post.php +++ b/post.php @@ -6,7 +6,7 @@ $slug = $_GET['slug'] ?? ''; $filepath = "posts/$slug.md"; if (!preg_match('/^[a-zA-Z0-9\-]+$/', $slug) || !file_exists($filepath)) { - echo "

Beitrag nicht gefunden.

"; + echo "

Post not found.

"; include 'includes/footer.php'; exit; }