Remove old session commands

Session is handled in resources/require.php
This commit is contained in:
FusionPBX
2025-09-23 15:58:15 -06:00
committed by GitHub
parent b3b91e37c6
commit 7528ea9afc
3 changed files with 0 additions and 11 deletions

View File

@@ -27,12 +27,6 @@
//includes files
require_once __DIR__ . "/require.php";
//start the session
if (!isset($_SESSION)) {
ini_set("session.cookie_httponly", true);
session_start();
}
//connect to the database if not initialized
$database = database::new();