Update file_options_list.php (#4845)

Remove potention "Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /var/www/fusionpbx/app/edit/file_options_list.php"
This commit is contained in:
chansizzle 2019-11-11 12:12:07 -07:00 committed by FusionPBX
parent a991c057ff
commit 345992f84a
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ echo "<body style='margin: 0; padding: 5px;' onfocus='blur();'>\n";
echo "<div style='text-align: left; margin-left: -16px;'>\n";
ini_set("session.cookie_httponly", True);
if (!isset($_SESSION)) { session_start(); }
//get the directory
if (!isset($_SESSION)) { session_start(); }