mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixes by Alex (thank you)
Changed session backend to files to save some db processing
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
if (!isset($dbprefix) || isset($_REQUEST['dbprefix'])) {die("Cannot run this script directly");}
|
||||
|
||||
// Read the session name from the settings table
|
||||
$usresult = getGlobalSetting('SessionName');
|
||||
//$usresult = getGlobalSetting('SessionName');
|
||||
$usresult = LS_SESSION_NAME; //queXS Addition
|
||||
if ($usresult)
|
||||
{
|
||||
@session_name($usresult);
|
||||
|
||||
Reference in New Issue
Block a user