We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68a33a commit c5f8de1Copy full SHA for c5f8de1
Classes/ExpressionLanguage/SiteConditionProvider.php
@@ -22,8 +22,8 @@ public function __construct()
22
return;
23
}
24
25
- // We make the request available in conditions for site configs base variants
26
- // to enable base URL switches depending on the request.
+ // We make the host available in conditions for site configs base variants
+ // to enable base URL switches depending on the domain.
27
// e.g. host == 'www.host.tld'
28
$this->expressionLanguageVariables = [
29
'host' => GeneralUtility::getIndpEnv('HTTP_HOST'),
0 commit comments