Changed language to english.

This commit is contained in:
WickedJack99
2025-07-29 11:18:27 +02:00
parent a717c487dd
commit a89f109904

View File

@@ -6,7 +6,7 @@ $slug = $_GET['slug'] ?? '';
$filepath = "posts/$slug.md";
if (!preg_match('/^[a-zA-Z0-9\-]+$/', $slug) || !file_exists($filepath)) {
echo "<p>Beitrag nicht gefunden.</p>";
echo "<p>Post not found.</p>";
include 'includes/footer.php';
exit;
}