diff options
| author | 2014-08-13 00:09:48 +0200 | |
|---|---|---|
| committer | 2014-08-13 00:09:48 +0200 | |
| commit | ee1b8f6f72e8c2cbd3e0ad7b4322a4bb6863c028 (patch) | |
| tree | 464ff98e55a41955ac6a18e7cdcfc31698247eba /data | |
| parent | 775ff40780935471dcd74b0d81c04b80e3e4603c (diff) | |
Long term cookie to keep session open
Token system
https://github.com/marienfressinaud/FreshRSS/issues/465
Diffstat (limited to 'data')
| -rw-r--r-- | data/tokens/.gitignore | 1 | ||||
| -rw-r--r-- | data/tokens/index.html | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/data/tokens/.gitignore b/data/tokens/.gitignore new file mode 100644 index 000000000..2211df63d --- /dev/null +++ b/data/tokens/.gitignore @@ -0,0 +1 @@ +*.txt diff --git a/data/tokens/index.html b/data/tokens/index.html new file mode 100644 index 000000000..85faaa37e --- /dev/null +++ b/data/tokens/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> |
