mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 19:52:15 +01:00
added incudepath
This commit is contained in:
parent
5ef687b881
commit
1076b4e38b
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/php
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval");
|
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval:/etc/ykval");
|
||||||
|
|
||||||
|
|
||||||
require_once 'ykval-db.php';
|
require_once 'ykval-db.php';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user