mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-20 12:54:23 +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);
|
unset($time_start);
|
||||||
|
|
||||||
|
|
||||||
|
$request = array();
|
||||||
$message = '';
|
$message = '';
|
||||||
if ($_GET) {
|
if ($_GET) {
|
||||||
$request = $_GET;
|
$request = $_GET;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user