site changes by codex

This commit is contained in:
Frank Harris 2025-11-20 08:10:31 -05:00
parent f0b7f96987
commit dc24d43921
34 changed files with 1736 additions and 247 deletions

View file

@ -4,7 +4,7 @@
// Require login and configuration
if (session_status() === PHP_SESSION_NONE) {
session_name("gameservers_website");
session_name("opengamepanel_web");
session_start();
}
require_once(__DIR__ . '/bootstrap.php');
@ -277,3 +277,4 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['confirm_renewal'])) {
</body>
<?php include(__DIR__ . '/includes/footer.php'); ?>
</html>