Update filelist.php

This commit is contained in:
FusionPBX 2016-12-11 22:53:19 -07:00 committed by GitHub
parent 2969501c6a
commit 45a24a2781
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ echo "<div style='text-align: left; margin-left: -16px;'>\n";
//start the session
ini_set("session.cookie_httponly", True);
session_start();
if (!isset($_SESSION)) { session_start(); }
switch ($_SESSION["app"]["edit"]["dir"]) {
case 'scripts':
echo recur_dir($_SESSION['switch']['scripts']['dir']);
@ -242,4 +242,4 @@ unset ($result);
unset ($key);
unset ($val);
unset ($c);
?>
?>