From 1e505576067254bc4aa72b727a7e155cbc978c7f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Dec 2018 20:55:09 -0700 Subject: [PATCH] Update index.php --- app/edit/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/edit/index.php b/app/edit/index.php index e45bb0af5f..fc1027e360 100644 --- a/app/edit/index.php +++ b/app/edit/index.php @@ -41,7 +41,7 @@ else { //set the directory title and mode $_SESSION["app"]["edit"]["dir"] = $_GET["dir"]; - $title = strtoupper($_GET["dir"]); + $title = escape($_GET["dir"]); unset($mode); switch ($_GET["dir"]) { case 'xml': $mode = 'xml'; break;