1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-01-19 16:52:15 +01:00

Rename and cleanup.

This commit is contained in:
Simon Josefsson 2009-05-04 14:41:18 +00:00
parent 2875ac9d18
commit 716182d744
4 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
<?php
header("content-type: text/plain");
echo 'status=OK'.PHP_EOL;
?>

View File

@ -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");