mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 01:52:15 +01:00
change ] to )
This commit is contained in:
parent
3f17b7bdc1
commit
ae6177f157
@ -19,7 +19,7 @@ if (!$db->connect()) {
|
||||
|
||||
$result = $db->customQuery("select id, active, created, secret, email, notes, otp from clients order by id");
|
||||
while($row = $db->fetchArray($result)) {
|
||||
echo $db->getRowValue($row, 'id'] .
|
||||
echo $db->getRowValue($row, 'id') .
|
||||
"\t" . $db->getRowValue($row, 'active') .
|
||||
"\t" . $db->getRowValue($row, 'created') .
|
||||
"\t" . $db->getRowValue($row, 'secret') .
|
||||
|
Loading…
x
Reference in New Issue
Block a user