From 116d992da2c6c72bb016002246788c4461123ab3 Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Tue, 21 Jul 2015 20:13:17 +0000 Subject: [PATCH] Refactor. - $apiKey is initiliased further down. --- ykval-verify.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ykval-verify.php b/ykval-verify.php index 510b4bc..ec6bb19 100644 --- a/ykval-verify.php +++ b/ykval-verify.php @@ -31,8 +31,6 @@ require_once 'ykval-common.php'; require_once 'ykval-config.php'; require_once 'ykval-synclib.php'; -$apiKey = ''; - header('content-type: text/plain'); $myLog = new Log('ykval-verify');