Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2014-09-23 01:21:02 +0400
committerIzzy Galvez <i@igalvez.net>2014-09-23 01:21:02 +0400
commit30e4828cb10b75baad00710de27d134f1d60de2a (patch)
tree3ad6a5036877f7420d37e26e3f33564036ce6f43
parent5e159e7da564e22e73adbb2608bbb7339f0cbe09 (diff)
fixed http 403 typo
-rwxr-xr-x.autoindex/error/403.shtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.autoindex/error/403.shtml b/.autoindex/error/403.shtml
index e0755c2..b0ba3cc 100755
--- a/.autoindex/error/403.shtml
+++ b/.autoindex/error/403.shtml
@@ -4,7 +4,7 @@
<!--#include virtual="/.autoindex/meta.shtml" -->
-<title>HTTP 401: Forbidden</title>
+<title>HTTP 403: Forbidden</title>
<!--#include virtual="/.autoindex/css.shtml" -->
@@ -18,7 +18,7 @@
<!--#include virtual="/.autoindex/folder-path.shtml" -->
<div class="alert alert-warning">
- <div class="alert-title"><i class="fa fa-fw fa-lock"></i>HTTP 401: Forbidden</div>
+ <div class="alert-title"><i class="fa fa-fw fa-lock"></i>HTTP 403: Forbidden</div>
<div class="alert-content">You do not have permission to access the following resource:<br/><span></span></div>
<button id="back" type="button" class="btn btn-warning"><i class="fa fa-arrow-left"></i>Back</button>
</div>