fixes #667, check $_GET['page'] to avoid XSS

This can be an issue only on Internet Explorer
This commit is contained in:
plegall 2017-06-12 11:36:28 +02:00
parent 3ae62ce118
commit 4310fe7a55

View file

@ -41,6 +41,8 @@ trigger_notify('loc_begin_admin');
check_status(ACCESS_ADMINISTRATOR);
check_input_parameter('page', $_GET, false, '/^[a-zA-Z\d_-]+$/');
// +-----------------------------------------------------------------------+
// | Direct actions |
// +-----------------------------------------------------------------------+