mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update index.php
This commit is contained in:
@@ -41,7 +41,7 @@ else {
|
|||||||
|
|
||||||
//set the directory title and mode
|
//set the directory title and mode
|
||||||
$_SESSION["app"]["edit"]["dir"] = $_GET["dir"];
|
$_SESSION["app"]["edit"]["dir"] = $_GET["dir"];
|
||||||
$title = strtoupper($_GET["dir"]);
|
$title = escape($_GET["dir"]);
|
||||||
unset($mode);
|
unset($mode);
|
||||||
switch ($_GET["dir"]) {
|
switch ($_GET["dir"]) {
|
||||||
case 'xml': $mode = 'xml'; break;
|
case 'xml': $mode = 'xml'; break;
|
||||||
|
|||||||
Reference in New Issue
Block a user