aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/index.php
diff options
context:
space:
mode:
authorroot <root@fucktheforce.de>2016-08-22 17:06:11 +0200
committerroot <root@fucktheforce.de>2016-08-22 17:06:11 +0200
commit9827ec6d450b71ade7c19740b46274fff6fbc682 (patch)
tree7b9af7aa53c598c0160dafeb5282e9d1484ef3e0 /storage-backend/index.php
parentedc0dfc9b528d382d496e21b0efecc0928f91314 (diff)
parent6691b27bd11520a826d4ad5a94449603549854a0 (diff)
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
Diffstat (limited to 'storage-backend/index.php')
-rw-r--r--storage-backend/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage-backend/index.php b/storage-backend/index.php
index eae06ef..a7c79d3 100644
--- a/storage-backend/index.php
+++ b/storage-backend/index.php
@@ -67,7 +67,7 @@ switch ($method) {
// Check if xmppServerKey is allowed to request slots
if (false === checkXmppServerKey($config['valid_xmpp_server_keys'], $xmppServerKey)) {
- sendHttpReturnCodeAndJson(403, 'Server is not allowed to request an upload slot');
+ sendHttpReturnCodeAndJson(403, 'Server is not allowed to request an '.$slotType.' slot');
}
switch ($slotType) {