1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00
- $request was never set if both $_POST and $_GET are empty!
This commit is contained in:
Jean Paul Galea 2016-05-17 10:57:12 +02:00
parent 58213bfc8d
commit 4c1b58986d

View File

@ -58,6 +58,7 @@ $myLog->request->set('time_start', $time_start);
unset($time_start);
$request = array();
$message = '';
if ($_GET) {
$request = $_GET;