A lot of code cleanup and code sanitation done.
This commit is contained in:
@@ -5,7 +5,7 @@ if (!isset($_GET['token']) && !isset($_GET['result']) && !isset($_SESSION['user'
|
||||
exit;
|
||||
}
|
||||
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/login/php/authFunctions.php';
|
||||
require_once "{$_SERVER['DOCUMENT_ROOT']}/login/php/authFunctions.php";
|
||||
|
||||
|
||||
$tokenfound = false;
|
||||
|
||||
Reference in New Issue
Block a user