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

8 lines
70 B
PHP
Raw Normal View History

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