aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy/LegacyController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/legacy/LegacyController.php')
-rw-r--r--application/legacy/LegacyController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/legacy/LegacyController.php b/application/legacy/LegacyController.php
index a97b07b1..26465d2c 100644
--- a/application/legacy/LegacyController.php
+++ b/application/legacy/LegacyController.php
@@ -67,7 +67,7 @@ class LegacyController extends ShaarliVisitorController
67 /** Legacy route: ?do=logout */ 67 /** Legacy route: ?do=logout */
68 protected function logout(Request $request, Response $response): Response 68 protected function logout(Request $request, Response $response): Response
69 { 69 {
70 return $this->redirect($response, '/logout'); 70 return $this->redirect($response, '/admin/logout');
71 } 71 }
72 72
73 /** Legacy route: ?do=picwall */ 73 /** Legacy route: ?do=picwall */