Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
marfillaster authored Feb 3, 2023
1 parent dda6d2f commit 55a7f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-config-pantheon.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
$_SERVER['HTTPS'] = 'on';
}

if ( ! defined( 'WP_HOME' ) {
if ( ! defined( 'WP_HOME' ) ) {
define('WP_HOME', $scheme . '://' . $_SERVER['HTTP_HOST']);
}

if ( ! defined( 'WP_SITEURL' ) {
if ( ! defined( 'WP_SITEURL' ) ) {
define('WP_SITEURL', $scheme . '://' . $_SERVER['HTTP_HOST']);
}
}
Expand Down

0 comments on commit 55a7f10

Please sign in to comment.