markjcrane 2 жил өмнө
parent
commit
4e820d3c1e

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