PC, 모바일 버전 변환
This commit is contained in:
@ -27,15 +27,6 @@ if (!$lo_location)
|
||||
$lo_url = $_SERVER['REQUEST_URI'];
|
||||
if (strstr($lo_url, "/$g4[admin]/") || $is_admin == 'super') $lo_url = '';
|
||||
|
||||
// 자바스크립트에서 go(-1) 함수를 쓰면 폼값이 사라질때 해당 폼의 상단에 사용하면
|
||||
// 캐쉬의 내용을 가져옴. 완전한지는 검증되지 않음
|
||||
header("Content-Type: text/html; charset={$g4['charset']}");
|
||||
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
|
||||
header("Expires: 0"); // rfc2616 - Section 14.21
|
||||
header("Last-Modified: " . $gmnow);
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
|
||||
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
|
||||
header("Pragma: no-cache"); // HTTP/1.0
|
||||
/*
|
||||
// 만료된 페이지로 사용하시는 경우
|
||||
header("Cache-Control: no-cache"); // HTTP/1.1
|
||||
|
||||
Reference in New Issue
Block a user