5) { sleep(1); header("Location:" . $WebSite . "login/login_form.php"); exit; } include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php'; // 권한 부여 $authorities = ["개발자","전진","노완호","이세희","함신옥","손금주","이은진","이경호","이세희","함신옥"]; $option = $_REQUEST['option'] ?? ''; // 조회시 조건 부여 if($option == '미출고') { $title_message = '(개발자전용) 미출고 수주 List'; $existing_status=$_REQUEST["status_option"] ?? '미출고' ; } else { $title_message = '(개발자전용) 경동기업 수주 List'; $existing_status=$_REQUEST["status_option"] ?? '전체' ; } ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); $developer_filter = $_REQUEST['developer_filter'] ?? ''; // echo '개발자 모드 ' . $developer_filter; ?>