1 | 73,74d72 |
---|
2 | < $site = @parse_url(get_site_url()); |
---|
3 | < |
---|
4 | 82,84d79 |
---|
5 | < // enforce the same host as site_url to not break CDN setups |
---|
6 | < $redirect['host'] = $site['host']; |
---|
7 | < |
---|
8 | 430c425 |
---|
9 | < $redirect['host'] = $site['host']; |
---|
10 | --- |
---|
11 | > $redirect['host'] = $original['host']; |
---|