aboutsummaryrefslogtreecommitdiff
path: root/data/users/index.html
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-21 13:10:02 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-21 13:10:02 +0100
commitb5bee8560345e4123432a8bd3bcd63b938549ef9 (patch)
treea72a9fe4390551466761f3d4267de6b831c7dd2c /data/users/index.html
parent875b8a72f97429c4e4df6d292daf4261fb7a45bd (diff)
BREAKING FEATURE: move user data
- Create ./data/users/ folder - Move user configuration to ./data/users/username/config.php - Move sqlite db to ./data/users/username/db.sqlite - Move user logs to ./data/users/username/log.txt See https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'data/users/index.html')
-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>