mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-30 05:09:57 +03:00
fixes 787, check URL parameter "action" to avoid error messages
This commit is contained in:
parent
46ddfabc38
commit
a335d70418
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ check_status(ACCESS_FREE);
|
|||
|
||||
trigger_notify('loc_begin_password');
|
||||
|
||||
check_input_parameter('action', $_GET, false, '/^(lost|reset|none)$/');
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Functions |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue