mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes 787, check URL parameter "action" to avoid error messages
This commit is contained in:
@@ -37,6 +37,8 @@ check_status(ACCESS_FREE);
|
||||
|
||||
trigger_notify('loc_begin_password');
|
||||
|
||||
check_input_parameter('action', $_GET, false, '/^(lost|reset|none)$/');
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Functions |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user