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

8 lines
70 B
PHP
Raw Normal View History

2009-09-21 11:39:14 +02:00
<?php
header("content-type: text/plain");
echo 'OK' . PHP_EOL;
?>