* remove the htmlspecialchars logic for referer.
This commit is contained in:
@@ -209,7 +209,6 @@ class user extends control
|
||||
{
|
||||
$this->referer = $this->server->http_referer ? $this->server->http_referer: '';
|
||||
}
|
||||
$this->referer = htmlspecialchars($this->referer);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user