Skip to content

Commit

Permalink
Update SubsiteFluentDirectorInjector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chromos33 authored Mar 22, 2023
1 parent 3e7bf3c commit 4a3c324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Extensions/SubsiteFluentDirectorInjector.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function AdminAddressInSERVER()
{
return (array_key_exists("REQUEST_URI",$_SERVER) && strpos($_SERVER["REQUEST_URI"],"admin/pages") !== false ) || (array_key_exists("REDIRECT_URL",$_SERVER) && strpos($_SERVER["REDIRECT_URL"],"admin/pages") !== false )
|| (array_key_exists("REQUEST_URI",$_SERVER) && strpos($_SERVER["REQUEST_URI"],"admin/graphql") !== false ) || (array_key_exists("REDIRECT_URL",$_SERVER) && strpos($_SERVER["REDIRECT_URL"],"admin/graphql") !== false )
|| (array_key_exists("REQUEST_URI",$_SERVER) && strpos($_SERVER["REQUEST_URI"],"dev/build") !== false ) || (array_key_exists("REDIRECT_URL",$_SERVER) && strpos($_SERVER["REDIRECT_URL"],"dev/build") !== false )
;
}
public function updateRules(&$rules)
Expand Down

0 comments on commit 4a3c324

Please sign in to comment.