Explorar o código

Fix a PHP 8.1 error

markjcrane %!s(int64=2) %!d(string=hai) anos
pai
achega
4e820d3c1e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      resources/classes/captcha.php

+ 0 - 1
resources/classes/captcha.php

@@ -56,7 +56,6 @@ class captcha {
 		require_once "resources/functions.php";
 		require_once "resources/functions.php";
 
 
 		//start the session
 		//start the session
-		ini_set("session.cookie_httponly", True);
 		if (!isset($_SESSION)) { session_start(); }
 		if (!isset($_SESSION)) { session_start(); }
 
 
 		//$_SESSION["captcha"] = substr(md5(uuid()), 0, 6);
 		//$_SESSION["captcha"] = substr(md5(uuid()), 0, 6);