diff --git a/website/app/routes-legacy.ini b/website/app/routes-legacy.ini index 2dce75b6d2..b42d4dadf4 100644 --- a/website/app/routes-legacy.ini +++ b/website/app/routes-legacy.ini @@ -2,6 +2,7 @@ GET @index_legacy: /index.php = \GeoKrety\Controller\LegacyRoutes->index GET @adduser: /adduser.php = \GeoKrety\Controller\LegacyRoutes->adduser GET @geokret_details_legacy: /konkret.php = \GeoKrety\Controller\LegacyRoutes->konkret +GET @geokret_gallery_legacy: /geokret_gallery.php = \GeoKrety\Controller\LegacyRoutes->konkret GET @user_details_legacy: /mypage.php = \GeoKrety\Controller\LegacyRoutes->mypage GET @longin_legacy: /longin.php = \GeoKrety\Controller\LegacyRoutes->longin GET @ruchy_legacy: /ruchy.php = \GeoKrety\Controller\LegacyRoutes->ruchy @@ -31,6 +32,7 @@ GET @gkt_v3_inventory_legacy: /gkt/inventory_v3.php = \GeoKrety\Controller\Legac allow @index_legacy = 0 allow @adduser = 0 allow @geokret_details_legacy = 0 +allow @geokret_gallery_legacy = 0 allow @user_details_legacy = 0 allow @longin_legacy = 0 allow @ruchy_legacy = 0 @@ -73,3 +75,4 @@ global[65] = /szukaj.php global[66] = /m/qr.php global[67] = /adduser.php global[68] = /claim.php +global[69] = /geokret_gallery.php