📝 MFCompiler language injection

This commit is contained in:
Pierre Goiffon
2020-05-14 11:39:09 +02:00
parent 80ce1eb125
commit 730570f1f8

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);
}