mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02: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');
|
trigger_notify('loc_begin_password');
|
||||||
|
|
||||||
|
check_input_parameter('action', $_GET, false, '/^(lost|reset|none)$/');
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Functions |
|
// | Functions |
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|||||||
Reference in New Issue
Block a user