Skip to content

Commit

Permalink
Allow store module bypass maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Jun 13, 2024
1 parent 4d3f70d commit fa6db0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@
|| str_contains($_GET['route'], '/api/')
|| str_contains($_GET['route'], 'queries')
|| str_contains($_GET['route'], 'oauth/')
|| str_contains($_GET['route'], 'store/listener')
)) {
// Can continue as normal
} else {
Expand Down

0 comments on commit fa6db0b

Please sign in to comment.