if($_SERVER['HTTP_REFERER'] != saveUrl) {
// Invalid referrer, do something
exit;
}
Is it left out because it is assumed as being standard, has it been rendered obsolete or am I missing something here? I always thought it was good practice and critical to counter brute force attacks and other security issues?


Sign In
Create Account


Back to top









