mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8412 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bbebeda5f2
commit
540879ae41
1 changed files with 0 additions and 1 deletions
|
@ -2080,7 +2080,6 @@ function add_form_key($form_name)
|
||||||
* @param int $timespan The maximum acceptable age for a submitted form in seconds. Defaults to the config setting.
|
* @param int $timespan The maximum acceptable age for a submitted form in seconds. Defaults to the config setting.
|
||||||
* @param string $return_page The address for the return link
|
* @param string $return_page The address for the return link
|
||||||
* @param bool $trigger If true, the function will triger an error when encountering an invalid form
|
* @param bool $trigger If true, the function will triger an error when encountering an invalid form
|
||||||
* @param int $minimum_time The minimum acceptable age for a submitted form in seconds
|
|
||||||
*/
|
*/
|
||||||
function check_form_key($form_name, $timespan = false, $return_page = '', $trigger = false)
|
function check_form_key($form_name, $timespan = false, $return_page = '', $trigger = false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue