Update filelist.php
This commit is contained in:
parent
9e6d779faa
commit
4e061bafff
|
|
@ -198,7 +198,7 @@ echo "<div style='text-align: left; margin-left: -16px;'>\n";
|
||||||
|
|
||||||
//start the session
|
//start the session
|
||||||
ini_set("session.cookie_httponly", True);
|
ini_set("session.cookie_httponly", True);
|
||||||
session_start();
|
if (!isset($_SESSION)) { session_start(); }
|
||||||
switch ($_SESSION["app"]["edit"]["dir"]) {
|
switch ($_SESSION["app"]["edit"]["dir"]) {
|
||||||
case 'scripts':
|
case 'scripts':
|
||||||
echo recur_dir($_SESSION['switch']['scripts']['dir']);
|
echo recur_dir($_SESSION['switch']['scripts']['dir']);
|
||||||
|
|
@ -242,4 +242,4 @@ unset ($result);
|
||||||
unset ($key);
|
unset ($key);
|
||||||
unset ($val);
|
unset ($val);
|
||||||
unset ($c);
|
unset ($c);
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue