From 986827dba4d25051d06c5ae51a0a63b106290ccf Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 7 Jun 2013 16:06:00 +0800 Subject: [PATCH] GoogleKey.php --- GoogleKey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleKey.php b/GoogleKey.php index d6de329e..8bb19a00 100644 --- a/GoogleKey.php +++ b/GoogleKey.php @@ -22,7 +22,7 @@ class Pman_Core_GoogleKey extends Pman function post() { $pc = HTML_FlexyFramework::get()->Pman_Core; - print_r($pc); + print_r($pc);exit; if (empty($pc['googlekey'])) { $this->jerr("Google API Key not configured"); } -- 2.39.2