]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/legacy/LegacyController.php
Move all admin controller into a dedicated group
[github/shaarli/Shaarli.git] / application / legacy / LegacyController.php
index a97b07b1babe4ba54df14547a7feadec47643b40..26465d2cf56fcf78fb91f7ec608ede92a8c97d9e 100644 (file)
@@ -67,7 +67,7 @@ class LegacyController extends ShaarliVisitorController
     /** Legacy route: ?do=logout */
     protected function logout(Request $request, Response $response): Response
     {
-        return $this->redirect($response, '/logout');
+        return $this->redirect($response, '/admin/logout');
     }
 
     /** Legacy route: ?do=picwall */