mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
📝 MFCompiler language injection
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user