Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Legacy bridge for page geokret_gallery.php #878

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading