A lot of code cleanup and code sanitation done.
This commit is contained in:
@@ -7,9 +7,8 @@ if (!isset($_POST['user_email'])) {
|
||||
exit;
|
||||
}
|
||||
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/login/php/authFunctions.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/bin/php/Classes/mailBuilder.php';
|
||||
|
||||
require_once "{$_SERVER['DOCUMENT_ROOT']}/login/php/authFunctions.php";
|
||||
require_once "{$_SERVER['DOCUMENT_ROOT']}/bin/php/Classes/mailBuilder.php";
|
||||
|
||||
$loginAttempts = checkLoginAttempts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user