summaryrefslogtreecommitdiffstats
path: root/application/controllers/ResourceController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/ResourceController.php')
-rw-r--r--application/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
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();
}