Merge remote-tracking branch 'origin/support/2.7' into develop

This commit is contained in:
Pierre Goiffon
2020-05-26 12:26:44 +02:00
86 changed files with 1723 additions and 652 deletions

View File

@@ -3113,7 +3113,7 @@ EOF;
*/
protected function WriteStaticOnlyWebConfig($sTempTargetDir)
{
$sContent = <<<EOF
$sContent = <<<XML
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.webServer>
@@ -3146,7 +3146,7 @@ EOF;
</system.webServer>
</configuration>
EOF;
XML;
$this->WriteFile("$sTempTargetDir/web.config", $sContent);
}