mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 10:52:15 +01:00
need ykval-config.php before ykval-db.php
This commit is contained in:
parent
e7d772171a
commit
dd2cdb542c
@ -17,8 +17,8 @@ $verbose = $argv[1] == "-v";
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR .
|
||||
"/usr/share/ykval:/etc/ykval");
|
||||
|
||||
require_once 'ykval-db.php';
|
||||
require_once 'ykval-config.php';
|
||||
require_once 'ykval-db.php';
|
||||
|
||||
$logname="ykval-checksum-clients";
|
||||
$myLog = new Log($logname);
|
||||
|
Loading…
x
Reference in New Issue
Block a user