fixed different login
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
ini_set('display_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
session_start();
|
||||
define('SKIP_SCHOOL_CONTEXT', true);
|
||||
|
||||
include('include/headscript.php');
|
||||
$dbHandler = DBHandlerSelect::getInstance();
|
||||
$pdo = $dbHandler->getConnection();
|
||||
|
||||
Reference in New Issue
Block a user