mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-04-05 04:25:20 +02:00
7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
|
|
header("content-type: text/plain");
|
|
|
|
echo 'status=OK'.PHP_EOL;
|
|
|
|
?>
|