aboutsummaryrefslogtreecommitdiff
path: root/data/users/_
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2018-06-18 22:56:58 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-06-18 22:56:58 +0200
commit767ac77ee26316b183955c8bfd132df8ff11dfe1 (patch)
treef4c5382f86158da58e44fe0e35ab325780275343 /data/users/_
parent44ee5ec70cfac8860dc5c2af9cc5e7518b147d07 (diff)
[#1942] Track missing index files (#1943)
These files must exist for security reasons: they hide contents of their directories if the webserver isn't well configured and redirect to the home page. They were automatically created by `./cli/prepare.php` script so it was annoying to have them in the working tree. Also, the files created by the script were empty.
Diffstat (limited to 'data/users/_')
-rw-r--r--data/users/_/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/users/_/index.html b/data/users/_/index.html
new file mode 100644
index 000000000..85faaa37e
--- /dev/null
+++ b/data/users/_/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
+<head>
+<meta charset="UTF-8" />
+<meta http-equiv="Refresh" content="0; url=/" />
+<title>Redirection</title>
+<meta name="robots" content="noindex" />
+</head>
+
+<body>
+<p><a href="/">Redirection</a></p>
+</body>
+</html>