summaryrefslogtreecommitdiffstats
path: root/application/views/errors/cli/index.html
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-11-12 17:36:46 +0100
committerAndrey Andreev <narf@devilix.net>2013-11-12 17:36:46 +0100
commit29947ee882a8d519d62ca9061ed6513cedfb1930 (patch)
tree5b286eac943bf07f78649bac1e9185e8de6b622d /application/views/errors/cli/index.html
parentf964b16f3db95d655420dfae2012ee9fbb98a1a8 (diff)
Add CLI error templates and only send HTTP status headers for non-CLI requests (issue #1743)
Diffstat (limited to 'application/views/errors/cli/index.html')
-rw-r--r--application/views/errors/cli/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/views/errors/cli/index.html b/application/views/errors/cli/index.html
new file mode 100644
index 000000000..c942a79ce
--- /dev/null
+++ b/application/views/errors/cli/index.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+ <title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
+</html> \ No newline at end of file