summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authorMichael Neves2012-02-02 16:01:43 +0100
committerMichael Neves2012-02-02 16:01:43 +0100
commitfeda2105284dcefb8f0eab0873ca716beae2dd2c (patch)
treeeb8969fa994f28c51fde29b60ee95c0a0371bf0f /application/controllers
parentpbs no apikey warning (diff)
downloadpbs2-feda2105284dcefb8f0eab0873ca716beae2dd2c.tar.gz
pbs2-feda2105284dcefb8f0eab0873ca716beae2dd2c.tar.xz
pbs2-feda2105284dcefb8f0eab0873ca716beae2dd2c.zip
Remote_HOST nicht ADDR
Diffstat (limited to 'application/controllers')
-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();
}