Fix a PHP 8.1 error
This commit is contained in:
parent
32051873be
commit
d6cb17e5b9
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue