Skip to content

Commit

Permalink
fix: Legacy bridge for page geokret_gallery.php (#878)
Browse files Browse the repository at this point in the history
As we don't have a special page for GeoKrety gallery, let's redirect
to the GeoKrety details.

Closes #851
  • Loading branch information
kumy authored Oct 8, 2023
1 parent db6ccac commit 8d10df3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/app/routes-legacy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 8d10df3

Please sign in to comment.