integrazione fase1 completa e schermata principale

This commit is contained in:
2026-04-03 18:40:10 +02:00
parent 305950f571
commit af32d40452
7 changed files with 359 additions and 58 deletions
+1 -1
View File
@@ -12,5 +12,5 @@
http_response_code(404);
$p = 'error';
}
include $__DIR__ . '/pages/' . $route[$p];
include __DIR__ . '/pages/' . $route[$p];
?>