Notice: Undefined index: find in C:\htdocs\test\open_src\view_src.php on line 11

Notice: Undefined index: bare in C:\htdocs\test\open_src\view_src.php on line 20
정보통신기술용어해설
소스 파일 : /base_utils/status_chk.php (2024-11-04)     소스 설명 : (공통) 상태 플래그
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025

	session_start();


	$file_name = "../../cjb/status_chk.php";
	if (file_exists($file_name)) {
		include $file_name;
	} 

    echo "<meta http-equiv='Cache-Control' content='no-cache, no-store, must-revalidate' />";
    echo "<meta http-equiv='Pragma' content='no-cache' />";
    echo "<meta http-equiv='Expires' content='0' />";
    
    echo "<meta http-equiv='refresh' content='0; url=../public/index.php'>";

?>

Notice: Undefined variable: line_no in C:\htdocs\test\open_src\view_src_utils.php on line 55


"본 웹사이트 내 모든 저작물은 원출처를 밝히는 한 자유롭게 사용(상업화포함) 가능합니다"