X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Flegacy%2FLegacyController.php;h=26465d2cf56fcf78fb91f7ec608ede92a8c97d9e;hb=bedbb845eec20363b928b424143787dbe988eefe;hp=a97b07b1babe4ba54df14547a7feadec47643b40;hpb=1a68ae5a29bc33ab80c9cfbe043cb1213551533c;p=github%2Fshaarli%2FShaarli.git 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 /** 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 */