소스 검색

Update login.php

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

+ 0 - 1
resources/login.php

@@ -29,7 +29,6 @@
 	$text = $language->get(null,'core/user_settings');
 
 //get the http values and set as variables
-	if (isset($_GET["path"])) { $path = check_str($_GET["path"]); } else { $path = null; }
 	if (isset($_GET["msg"])) { $msg = check_str($_GET["msg"]); } else { $msg = null; }
 
 //set variable if not set