Skip to content

Commit

Permalink
Merge branch 'main' into test-drupal-cms-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman authored Sep 4, 2024
2 parents 6394e6e + 0d79bb7 commit 1acfb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/login-admin.phpcode
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chdir($docroot . '/web');

$class_loader = require $docroot . '/vendor/autoload.php';

$request = Request::create('/cgi/drupal/', 'GET', [], [], [], [
$request = Request::create("/cgi/$flavor/", 'GET', [], [], [], [
'HTTP_HOST' => $install_params['host'] ?? 'localhost',
'REMOTE_ADDR' => '127.0.0.1',
'SCRIPT_FILENAME' => "/persist/$flavor/web/index.php",
Expand Down

0 comments on commit 1acfb5d

Please sign in to comment.