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

Reorder include's to allow for dbi-settings through ykval-config.php. From Fredrik.

This commit is contained in:
Simon Josefsson 2011-10-31 10:11:14 +00:00
parent 5ea7f975b1
commit 25381bcfc0
3 changed files with 4 additions and 2 deletions

2
NEWS
View File

@ -6,6 +6,8 @@
* Support for DESTDIR in 'make install'.
* Reorder include's to allow for dbi-settings through ykval-config.php.
* Version 2.10 released 2011-08-18
* Don't echo (unsanitized) OTP/NONCE values back to client when

View File

@ -3,8 +3,8 @@
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-export";

View File

@ -3,8 +3,8 @@
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-import";