mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 19:06:37 +00:00
Add session_start(); to app/edit before using the sessions.
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user