head.sub.php 파일에서... 정보
head.sub.php 파일에서...본문
// 자바스크립트에서 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("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
이거 지우거나 주석으로 둬도 되는건가요..??
꼭 필요한건가요;;
이걸 주석을주거나 지우지 않으면 회원가입창에서 오류가 나던데요..
지우거나 주석으로 해도 괜찮을지.. ?
댓글 전체