1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-08 03:54:20 +01:00

Refactor.

- $apiKey is initiliased further down.
This commit is contained in:
Jean Paul Galea 2015-07-21 20:13:17 +00:00
parent b24eabeac4
commit 116d992da2

View File

@ -31,8 +31,6 @@ require_once 'ykval-common.php';
require_once 'ykval-config.php'; require_once 'ykval-config.php';
require_once 'ykval-synclib.php'; require_once 'ykval-synclib.php';
$apiKey = '';
header('content-type: text/plain'); header('content-type: text/plain');
$myLog = new Log('ykval-verify'); $myLog = new Log('ykval-verify');