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

Added include path

This commit is contained in:
Olov Danielson 2010-01-25 15:39:59 +00:00
parent 68d070a7fe
commit 5ef687b881

View File

@ -1,6 +1,9 @@
#!/usr/bin/php #!/usr/bin/php
<?php <?php
set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/ykval");
require_once 'ykval-db.php'; require_once 'ykval-db.php';
require_once 'ykval-config.php'; require_once 'ykval-config.php';