mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
fixed vulnerabilities
This commit is contained in:
parent
05cbc2fb0e
commit
2ea3c3038c
@ -110,6 +110,7 @@ $auth_class = io_safe_output(
|
|||||||
$page = (string) get_parameter('page');
|
$page = (string) get_parameter('page');
|
||||||
$page = safe_url_extraclean($page);
|
$page = safe_url_extraclean($page);
|
||||||
$page .= '.php';
|
$page .= '.php';
|
||||||
|
$page = realpath($page);
|
||||||
$public_hash = get_parameter('auth_hash', false);
|
$public_hash = get_parameter('auth_hash', false);
|
||||||
$public_login = false;
|
$public_login = false;
|
||||||
|
|
||||||
|
@ -1666,3 +1666,4 @@ godmode/um_client/vendor/sebastian/object-enumerator
|
|||||||
godmode/um_client/vendor/sebastian
|
godmode/um_client/vendor/sebastian
|
||||||
godmode/um_client/vendor
|
godmode/um_client/vendor
|
||||||
update_manager_client/resources/styles/pandora.css
|
update_manager_client/resources/styles/pandora.css
|
||||||
|
enterprise/meta/general/upload_head_image.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user