mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove old session commands
Session is handled in resources/require.php
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user