1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-01-20 10:52:15 +01:00

added incudepath

This commit is contained in:
Olov Danielson 2010-01-25 15:41:13 +00:00
parent 5ef687b881
commit 1076b4e38b

View File

@ -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';