First Commit

This commit is contained in:
2026-08-19 17:26:06 +01:00
parent f782c6f531
commit 121f788c28
25 changed files with 5132 additions and 73 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function get_current_page() {
$page = $_GET["page"] ?? "home";
$page = strtolower(trim($page));
$page = preg_replace("/[^a-z0-9\-]/", "", $page);
$page = preg_replace("/[^a-z0-9\-_]/", "", $page);
if ($page === "") {
$page = "home";