Merge branch 'master' into vhost_config_variables, and replace IS_SSL with SCHEME

Conflicts (resolved):
	lng/english.lng.php
	lng/german.lng.php
This commit is contained in:
Chris Vigelius
2015-07-30 11:35:26 +02:00
23 changed files with 4059 additions and 2387 deletions

View File

@@ -29,7 +29,7 @@ class HttpConfigBase {
'CUSTOMER' => $domain['loginname'],
'IP' => $ip,
'PORT' => $port,
'IS_SSL' => ($is_ssl_vhost)?'ssl':'',
'SCHEME' => ($is_ssl_vhost)?'https':'http',
'DOCROOT' => $domain['documentroot']
);
return replace_variables($template, $templateVars);