mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix a PHP 8.1 error
This commit is contained in:
@@ -56,7 +56,6 @@ class captcha {
|
||||
require_once "resources/functions.php";
|
||||
|
||||
//start the session
|
||||
ini_set("session.cookie_httponly", True);
|
||||
if (!isset($_SESSION)) { session_start(); }
|
||||
|
||||
//$_SESSION["captcha"] = substr(md5(uuid()), 0, 6);
|
||||
|
||||
Reference in New Issue
Block a user