From feda2105284dcefb8f0eab0873ca716beae2dd2c Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 2 Feb 2012 16:01:43 +0100 Subject: Remote_HOST nicht ADDR --- application/controllers/ResourceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/controllers/ResourceController.php') diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php index 2a7b3e9..089e5ba 100644 --- a/application/controllers/ResourceController.php +++ b/application/controllers/ResourceController.php @@ -196,7 +196,7 @@ class ResourceController extends Zend_Controller_Action { $apikey = $this->_request->getParam('apikey'); if($apikey == "") { header('Content-Type: text/html'); - echo "No API Key\n"; + echo "Error: No API Key\n"; die(); } -- cgit v1.2.3-55-g7522