1
0
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:
Klas Lindfors 2012-05-14 12:42:51 +02:00
parent e7d772171a
commit dd2cdb542c

View File

@ -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);