Browse Source

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"
chansizzle 5 years ago
parent
commit
7d7709f07e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      file_options_list.php

+ 0 - 1
file_options_list.php

@@ -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(); }