1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-12-03 03:24:15 +01:00
yubikey-val/ping.php

7 lines
80 B
PHP
Raw Normal View History

2008-09-27 11:04:49 +02:00
<?php
header("content-type: text/plain");
echo 'status=OK'.PHP_EOL;
?>