1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

Add FIXME markers.

This commit is contained in:
Jean Paul Galea 2015-07-20 19:56:43 +00:00
parent 5ed2f1d4d5
commit c0048ce7cc

View File

@ -40,6 +40,8 @@ if (file_exists($dbfile) && @is_readable($dbfile))
}
else
{
// FIXME hostname
// FIXME port
// 'oci:oracledb' for Oracle DB (with OCI library)
$dbtype = 'mysql';
$dbuser = 'ykval_verifier';