Fixed bug loading ajax.

This commit is contained in:
Vanessa Gil 2015-04-16 12:37:42 +02:00
parent 0899805c11
commit a0750e2b96
1 changed files with 3 additions and 6 deletions

View File

@ -18,17 +18,14 @@ if ((! file_exists("include/config.php")) || (! is_readable("include/config.php"
exit;
}
// Real start
session_start();
require_once ('include/config.php');
require_once ('include/functions.php');
require_once ('include/functions_db.php');
require_once ('include/auth/mysql.php');
// Real start
if (session_id() == '') {
session_start();
}
// Hash login process
if (isset ($_GET["loginhash"])) {