1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

Remove unused variables.

- will add db host/port later, currently they are ignored even if configured.
This commit is contained in:
Jean Paul Galea 2015-07-20 18:58:03 +00:00
parent 5766518b93
commit be529e2224

View File

@ -36,10 +36,7 @@ else
{
$dbuser='ykval_verifier';
$dbpass='yourpassword';
$basepath='';
$dbname='ykval';
$dbserver='';
$dbport='';
$dbtype='mysql';
}