Add session_start(); to app/edit before using the sessions.

This commit is contained in:
Mark Crane
2013-05-28 05:16:40 +00:00
parent 583f68cff5
commit ece076ed98
2 changed files with 2 additions and 0 deletions

View File

@@ -229,6 +229,7 @@ echo " <TABLE BORDER=0 cellpadding='0' cellspacing='0'><TR><TD><IMG SRC=\"i
//echo "</DIV></TD></TR></TABLE>\n";
//echo "</DIV></TD></TR></TABLE>\n";
session_start();
if ($_SESSION["app"]["edit"]["dir"] == "scripts") {
echo recur_dir($_SESSION['switch']['scripts']['dir']);
}