mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-08 09:06:49 +01:00
Fix error when using check_referer=true
This commit is contained in:
@@ -287,7 +287,7 @@ function rcmail_remote_ip()
|
||||
|
||||
function rcube_check_referer()
|
||||
{
|
||||
return rcmail::check_referer();
|
||||
return rcube_utils::check_referer();
|
||||
}
|
||||
|
||||
function rcube_timer()
|
||||
|
||||
Reference in New Issue
Block a user