1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-04 12:29:19 +01:00
- import common, required for shortname function.
This commit is contained in:
Jean Paul Galea 2015-09-08 14:51:20 +02:00
parent b8e98e6049
commit 780b0eff13

View File

@ -36,6 +36,7 @@ set_include_path(implode(PATH_SEPARATOR, array(
require_once 'ykval-config.php'; require_once 'ykval-config.php';
require_once 'ykval-db.php'; require_once 'ykval-db.php';
require_once 'ykval-common.php';
$urls = $baseParams['__YKVAL_SYNC_POOL__']; $urls = $baseParams['__YKVAL_SYNC_POOL__'];