changes to index.php

This commit is contained in:
2024-01-22 09:28:27 +01:00
parent 09c32d1be2
commit 486cf8f0e3
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ $page = basename($_SERVER['QUERY_STRING']);
$nav = include_ob("$template_dir/navigation.html");
echo $_SERVER['QUERY_STRING'];
if(empty($page)){
$page = 'index';