diff options
Diffstat (limited to 'src/views/pages/auth/badrequest.html.php')
-rw-r--r-- | src/views/pages/auth/badrequest.html.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/views/pages/auth/badrequest.html.php b/src/views/pages/auth/badrequest.html.php deleted file mode 100644 index c1fe726..0000000 --- a/src/views/pages/auth/badrequest.html.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php global $VARS; -$t = $VARS['template']; - -$t->status('400 Bad Request'); -$t->header('Authentication'); -$t->paragraph('The recieved POST request was malformed/invalid. '. - 'If you got here from a link, this is a bug; '. - 'Let the admin know.'. - 'If you got here from outside, then the API is being '. - 'used incorrectly.'); -$t->footer(); |