ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/admin/include/ |
Upload File : |
<?php header("Pragma: no-cache"); header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0'); include_once("../include/top_proc.html"); // 관리자 로그인 여부 검사 if(!isset($TK_MEMBER) || $TK_MEMBER['mb_id'] == ''){ Header("Location:/admin/login.html"); exit; } //사이트 로고 지정 if($TK_CF['shop_logo']) $shop_logo = "/FileData/logo/m_logo3.png"; else $shop_logo = $cf['tkadminsystem_logo']; //[son] $B2b = new B2b(); $langInfo = $B2b->langInfo(); $getCurrencyData = getCurrencyData(); $appIconVer = "20221201_1"; $appIconVer = time(); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0, minimum-scale=1.0, user-scalable=yes,target-densitydpi=medium-dpi"> <title>출발달력 - TK Travel</title> <link type="text/css" rel="stylesheet" href="/admin/css/cssReset.css?cssVer=<?=time()?>" /> <link type="text/css" rel="stylesheet" href="/admin/css/resCalendarM.css?cssVer=<?=time()?>" /> <link rel="stylesheet" href="//cdn.jsdelivr.net/xeicon/1.0.4/xeicon.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css"> <script src="/js/jquery-1.9.1.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){ }); var to_mb_id = '<?=$TK_MEMBER['mb_id']?>'; </script> <link type="text/css" rel="stylesheet" href="/js/jquery-ui/css/jquery-ui-1.10.4.custom.css?cssVer=7" /> <script src="/js/jquery-ui/jquery-ui-1.10.4.custom.js" type="text/javascript"></script> <!--<script type="text/javascript" src="/js/common.js"></script>--> <script type="text/javascript" src="/js/common.lib.js"></script> <!--<script type="text/javascript" src="/js/Validator.js"></script>--> <!--<script type="text/javascript" src="/js/admin.lib.js"></script>--> <!--<script type="text/javascript" src="/js/ajaxcalendar/AjaxCalendar.js"></script>--> <link rel="apple-touch-icon" sizes="57x57" href="/FileData/WebAppIcon/apple-icon-57x57.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="60x60" href="/FileData/WebAppIcon/apple-icon-60x60.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="72x72" href="/FileData/WebAppIcon/apple-icon-72x72.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="76x76" href="/FileData/WebAppIcon/apple-icon-76x76.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="114x114" href="/FileData/WebAppIcon/apple-icon-114x114.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="120x120" href="/FileData/WebAppIcon/apple-icon-120x120.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="144x144" href="/FileData/WebAppIcon/apple-icon-144x144.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="152x152" href="/FileData/WebAppIcon/apple-icon-152x152.png?ver=<?=$appIconVer?>"> <link rel="apple-touch-icon" sizes="180x180" href="/FileData/WebAppIcon/apple-icon-180x180.png?ver=<?=$appIconVer?>"> <link rel="icon" type="image/png" sizes="192x192" href="/FileData/WebAppIcon/android-icon-192x192.png?ver=<?=$appIconVer?>"> <link rel="icon" type="image/png" sizes="32x32" href="/FileData/WebAppIcon/favicon-32x32.png?ver=<?=$appIconVer?>"> <link rel="icon" type="image/png" sizes="96x96" href="/FileData/WebAppIcon/favicon-96x96.png?ver=<?=$appIconVer?>"> <link rel="icon" type="image/png" sizes="16x16" href="/FileData/WebAppIcon/favicon-16x16.png?ver=<?=$appIconVer?>"> <link rel="manifest" href="/FileData/WebAppIcon/manifest.json?ver=<?=$appIconVer?>"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/FileData/WebAppIcon/ms-icon-144x144.png?ver=<?=$appIconVer?>"> <meta name="theme-color" content="#ffffff"> </head> <body> <div id="ajax_loading_bar" style="position:absolute;z-index:100;display:none;cursor:pointer;" onclick="$(this).hide();"> <img src="../image/ajax-loader.gif" alt="로딩중입니다." /> </div> <div id="ajax_proc"></div>