mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-19 07:52:16 +01:00
Rename and cleanup.
This commit is contained in:
parent
2875ac9d18
commit
716182d744
7
ping.php
7
ping.php
@ -1,7 +0,0 @@
|
||||
<?php
|
||||
|
||||
header("content-type: text/plain");
|
||||
|
||||
echo 'status=OK'.PHP_EOL;
|
||||
|
||||
?>
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once 'common.php';
|
||||
require_once 'config.php';
|
||||
require_once 'ykval-common.php';
|
||||
require_once 'ykval-config.php';
|
||||
|
||||
header("content-type: text/plain");
|
||||
|
Loading…
x
Reference in New Issue
Block a user