1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00
yubikey-val/ykval-ping.php
2012-05-29 11:07:19 +02:00

8 lines
69 B
PHP

<?php
header("content-type: text/plain");
echo 'OK' . PHP_EOL;
?>