mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed bug loading ajax.
This commit is contained in:
parent
0899805c11
commit
a0750e2b96
@ -18,17 +18,14 @@ if ((! file_exists("include/config.php")) || (! is_readable("include/config.php"
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Real start
|
||||||
|
session_start();
|
||||||
|
|
||||||
require_once ('include/config.php');
|
require_once ('include/config.php');
|
||||||
require_once ('include/functions.php');
|
require_once ('include/functions.php');
|
||||||
require_once ('include/functions_db.php');
|
require_once ('include/functions_db.php');
|
||||||
require_once ('include/auth/mysql.php');
|
require_once ('include/auth/mysql.php');
|
||||||
|
|
||||||
// Real start
|
|
||||||
|
|
||||||
if (session_id() == '') {
|
|
||||||
session_start();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Hash login process
|
// Hash login process
|
||||||
if (isset ($_GET["loginhash"])) {
|
if (isset ($_GET["loginhash"])) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user