flood_is_allowed

Functions that call flood_is_allowed()

Namesort iconLocationDescription
contact_site_pagemodules/contact/contact.pages.incSite-wide contact page.
contact_user_pagemodules/contact/contact.pages.incPersonal contact page.
flood_is_allowedincludes/common.incCheck if the current visitor (hostname/IP) is allowed to proceed with the specified event.

Functions called by flood_is_allowed()

Namesort iconLocationDescription
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
db_resultincludes/database.pgsql.incReturn an individual result field from the previous query.
flood_is_allowedincludes/common.incCheck if the current visitor (hostname/IP) is allowed to proceed with the specified event.
ip_addressincludes/bootstrap.incIf Drupal is behind a reverse proxy, we use the X-Forwarded-For header instead of $_SERVER['REMOTE_ADDR'], which would be the IP address of the proxy server, and not the client's.
 
 

Drupal is a registered trademark of Dries Buytaert.