Sfoglia il codice sorgente

Fix a PHP 8.1 error

markjcrane 2 anni fa
parent
commit
4e820d3c1e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      resources/classes/captcha.php

+ 0 - 1
resources/classes/captcha.php

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