Skip to content

Commit

Permalink
Fixing issue munkireport#1496
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxudo committed Feb 23, 2023
1 parent 786ca94 commit 5787d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
}

if (! in_array($_POST['passphrase'], $auth_list)) {
$this->error('passphrase "'.$_POST['passphrase'].'" not accepted');
$this->error('passphrase is not accepted');
}
}

Expand Down

0 comments on commit 5787d17

Please sign in to comment.