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:
parent
5ea7f975b1
commit
25381bcfc0
2
NEWS
2
NEWS
@ -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
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user