소스 검색

Update login.php

FusionPBX 6 년 전
부모
커밋
a4f8f7dde2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      login.php

+ 0 - 1
login.php

@@ -28,7 +28,6 @@
 	require_once "resources/require.php";
 
 //start session
-	ini_set("session.cookie_httponly", True);
 	if (!isset($_SESSION)) { session_start(); }
 
 //if config.php file does not exist then redirect to the install page