You are here

constant UC_FILE_REQUEST_LIMIT in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_file/uc_file.module \UC_FILE_REQUEST_LIMIT
  2. 7.3 uc_file/uc_file.pages.inc \UC_FILE_REQUEST_LIMIT

The number of bogus requests one IP address can make before being banned.

1 use of UC_FILE_REQUEST_LIMIT
_uc_file_download_validate in uc_file/uc_file.pages.inc
Performs first-pass authorization. Call authorization hooks afterwards.

File

uc_file/uc_file.pages.inc, line 11
File menu items.

Code

define('UC_FILE_REQUEST_LIMIT', 50);