Skip to content

Commit c0f326d

Browse files
Fixed output of "cmd" parameter
(cherry picked from commit 2106df4)
1 parent a027066 commit c0f326d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup/classes/class.ilSetupGUI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ function displayHeader()
596596
}
597597
}
598598

599-
$this->tpl->setVariable("VAL_CMD", $_GET["cmd"]);
599+
$this->tpl->setVariable("VAL_CMD", htmlspecialchars($_GET["cmd"]));
600600
$this->tpl->setVariable("TXT_OK",$this->lng->txt("change"));
601601
$this->tpl->setVariable("TXT_CHOOSE_LANGUAGE",$this->lng->txt("choose_language"));
602602
$this->tpl->setVariable("PAGETITLE","Setup");

0 commit comments

Comments
 (0)