Skip to content
Permalink
Browse files Browse the repository at this point in the history
Merge pull request from GHSA-g4hm-6vfr-q3wg
  • Loading branch information
orthagh committed Jun 28, 2022
1 parent 21ae07d commit 9953a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/inventory.php
Expand Up @@ -44,6 +44,7 @@

$handle = true;
if (isset($_GET['refused'])) {
Session::checkRight("config", READ);
$refused = new RefusedEquipment();
if ($refused->getFromDB($_GET['refused']) && ($inventory_file = $refused->getInventoryFileName()) !== null) {
$contents = file_get_contents($inventory_file);
Expand Down

0 comments on commit 9953a64

Please sign in to comment.