mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Fix.
- $request was never set if both $_POST and $_GET are empty!
This commit is contained in:
parent
58213bfc8d
commit
4c1b58986d
@ -58,6 +58,7 @@ $myLog->request->set('time_start', $time_start);
|
||||
unset($time_start);
|
||||
|
||||
|
||||
$request = array();
|
||||
$message = '';
|
||||
if ($_GET) {
|
||||
$request = $_GET;
|
||||
|
Loading…
Reference in New Issue
Block a user