mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -198,7 +198,6 @@ echo "<body style='margin: 0; padding: 5px;' onfocus='blur();'>\n";
|
|||||||
|
|
||||||
echo "<div style='text-align: left; margin-left: -16px;'>\n";
|
echo "<div style='text-align: left; margin-left: -16px;'>\n";
|
||||||
|
|
||||||
ini_set("session.cookie_httponly", True);
|
|
||||||
if (!isset($_SESSION)) { session_start(); }
|
if (!isset($_SESSION)) { session_start(); }
|
||||||
//get the directory
|
//get the directory
|
||||||
if (!isset($_SESSION)) { session_start(); }
|
if (!isset($_SESSION)) { session_start(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user