Browse Source

Fix a PHP 8.1 error

markjcrane 2 năm trước cách đây
mục cha
commit
4e820d3c1e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);