mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 09:24:12 +01:00
8 lines
70 B
PHP
8 lines
70 B
PHP
<?php
|
|
|
|
header("content-type: text/plain");
|
|
|
|
echo 'OK' . PHP_EOL;
|
|
|
|
?>
|