1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-20 21:54:20 +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:
Fredrik Thulin 2012-05-25 10:58:52 +02:00
parent 2c9b57a0a0
commit 6b1e08eca8

View File

@ -4,8 +4,8 @@
set_include_path(get_include_path() . PATH_SEPARATOR .
"/etc/ykval:/usr/share/ykval");
require_once 'ykval-synclib.php';
require_once 'ykval-config.php';
require_once 'ykval-synclib.php';
require_once 'ykval-log.php';
if ($argc==2 && strcmp($argv[1], "autoconf") == 0) {