This commit is contained in:
2025-03-31 16:56:18 -06:00
parent 86107de595
commit 0022fda157
5 changed files with 4 additions and 7 deletions
-3
View File
@@ -1,8 +1,5 @@
<?php
session_start();
if ($_SESSION['new-access'] == true) {
$_SESSION['new-access'] = false;
}
require_once 'vendor/autoload.php';
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);