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

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>2012-08-17 17:56:29 +0400
committerozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>2012-08-17 17:56:29 +0400
commit13f977efeca327918c20594e50fe5c89ae3416e4 (patch)
tree348fc8b7e8dd96649d143f9ce83ed3ad75389d9a /user
parentcf7b18350b2ae40bda0c89abef94e58c05d29ab4 (diff)
Hide directory content of potentially sensitive dirs
git-svn-id: http://yourls.googlecode.com/svn/trunk@736 12232710-3e20-11de-b438-597f59cd7555
Diffstat (limited to 'user')
-rw-r--r--user/index.html8
-rw-r--r--user/plugins/index.html8
2 files changed, 16 insertions, 0 deletions
diff --git a/user/index.html b/user/index.html
new file mode 100644
index 00000000..cfce37c3
--- /dev/null
+++ b/user/index.html
@@ -0,0 +1,8 @@
+<!-- This page hides the content of the /pages/ directory and sends to YOURLS root -->
+<html>
+<head>
+<meta http-equiv="refresh" content="0;url=../"></head>
+<body>
+YOURLS has nothing for you to see here.
+</body>
+</html> \ No newline at end of file
diff --git a/user/plugins/index.html b/user/plugins/index.html
new file mode 100644
index 00000000..cfce37c3
--- /dev/null
+++ b/user/plugins/index.html
@@ -0,0 +1,8 @@
+<!-- This page hides the content of the /pages/ directory and sends to YOURLS root -->
+<html>
+<head>
+<meta http-equiv="refresh" content="0;url=../"></head>
+<body>
+YOURLS has nothing for you to see here.
+</body>
+</html> \ No newline at end of file