Browse Source

Update index.php

FusionPBX 6 years ago
parent
commit
1ab8c980ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
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;