1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-12-01 15:24:16 +01:00
yubikey-val/ping.php
Paul Chen 211e370195
2008-09-27 09:04:49 +00:00

7 lines
80 B
PHP

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