1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00
yubikey-val/ykval-ping.php
Simon Josefsson ad914034fe Add.
2009-09-21 09:39:14 +00:00

8 lines
70 B
PHP

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