Update index.php

This commit is contained in:
FusionPBX 2018-12-14 20:55:09 -07:00 committed by GitHub
parent a741012fad
commit 0474dc3e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;