diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-05-22 13:20:31 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-23 21:19:21 +0200 |
commit | 2899ebb5b5e82890c877151f5c02045266ac9973 (patch) | |
tree | 0c4e2684c7f6d161f92a21181bfa4b2f78d6a82f /doc/md | |
parent | af290059d10319e76d1e7d78b592cab99c26d91a (diff) | |
download | Shaarli-2899ebb5b5e82890c877151f5c02045266ac9973.tar.gz Shaarli-2899ebb5b5e82890c877151f5c02045266ac9973.tar.zst Shaarli-2899ebb5b5e82890c877151f5c02045266ac9973.zip |
Initialize admin Slim controllers
- Reorganize visitor controllers
- Fix redirection with Slim's requests base path
- Fix daily links
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/Translations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Translations.md b/doc/md/Translations.md index c1a2885d..e0e411bb 100644 --- a/doc/md/Translations.md +++ b/doc/md/Translations.md | |||
@@ -37,7 +37,7 @@ http://<replace_domain>/?do=changepasswd | |||
37 | http://<replace_domain>/?do=changetag | 37 | http://<replace_domain>/?do=changetag |
38 | http://<replace_domain>/?do=configure | 38 | http://<replace_domain>/?do=configure |
39 | http://<replace_domain>/?do=tools | 39 | http://<replace_domain>/?do=tools |
40 | http://<replace_domain>/?do=daily | 40 | http://<replace_domain>/daily |
41 | http://<replace_domain>/?post | 41 | http://<replace_domain>/?post |
42 | http://<replace_domain>/?do=export | 42 | http://<replace_domain>/?do=export |
43 | http://<replace_domain>/?do=import | 43 | http://<replace_domain>/?do=import |