Skip to content

Commit

Permalink
ISSUE-338: style
Browse files Browse the repository at this point in the history
  • Loading branch information
tatevikg1 committed Jan 20, 2025
1 parent 424ce89 commit dde157c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public_html/lists/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ function mb_strtolower($string)
if (file_exists(dirname(__FILE__).'/../texts/'.$GLOBALS['language_module'])) {
include_once dirname(__FILE__).'/../texts/'.$GLOBALS['language_module'];
}
if (!empty($_COOKIE['SimpleSAMLAuthToken'])) {
// Set the session ID before starting the session
session_id($_COOKIE['SimpleSAMLAuthToken']);
}
@session_start();
include_once dirname(__FILE__).'/languages.php';
require_once dirname(__FILE__).'/defaultconfig.php';
Expand Down

0 comments on commit dde157c

Please sign in to comment.