Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix #17870: XSS in adm_config_report.php
This is the correct fix for this issue, using string_attribute() to escape the variable. Thanks to Paul Richards for pointing this out.
- Loading branch information