mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-21 15:54:15 +01:00
Fix db-config init.
Re-order includes to get database settings set up correctly when using Debian/Ubuntu package.
This commit is contained in:
parent
2c9b57a0a0
commit
6b1e08eca8
@ -4,8 +4,8 @@
|
|||||||
set_include_path(get_include_path() . PATH_SEPARATOR .
|
set_include_path(get_include_path() . PATH_SEPARATOR .
|
||||||
"/etc/ykval:/usr/share/ykval");
|
"/etc/ykval:/usr/share/ykval");
|
||||||
|
|
||||||
require_once 'ykval-synclib.php';
|
|
||||||
require_once 'ykval-config.php';
|
require_once 'ykval-config.php';
|
||||||
|
require_once 'ykval-synclib.php';
|
||||||
require_once 'ykval-log.php';
|
require_once 'ykval-log.php';
|
||||||
|
|
||||||
if ($argc==2 && strcmp($argv[1], "autoconf") == 0) {
|
if ($argc==2 && strcmp($argv[1], "autoconf") == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user