Repos header

This commit is contained in:
2024-05-31 12:49:47 +02:00
parent 0da314a31d
commit c62321f854
8 changed files with 11 additions and 16 deletions
+1 -2
View File
@@ -17,6 +17,7 @@
// PHP
include_once "../../base/settings.php";
include_once "../../base/headers.php";
Headers::html();
session_start();
$errors = $_SESSION["error"] ?? [];
@@ -38,8 +39,6 @@
}
$data = array_slice($json, $page * 9, 9);
Headers::html();
?>
<div class="container-fluid p-0">