|
|
|
20년 전
|
조회 1,682
|
|
|
|
20년 전
|
조회 2,768
|
|
|
|
20년 전
|
조회 1,552
|
|
|
|
20년 전
|
조회 1,667
|
|
|
|
20년 전
|
조회 1,842
|
|
|
|
20년 전
|
조회 1,538
|
|
|
|
20년 전
|
조회 1,578
|
|
|
|
20년 전
|
조회 1,719
|
|
|
|
20년 전
|
조회 1,641
|
|
|
|
20년 전
|
조회 1,481
|
|
|
|
20년 전
|
조회 2,225
|
|
|
|
20년 전
|
조회 1,371
|
|
|
|
20년 전
|
조회 1,849
|
|
|
|
20년 전
|
조회 1,556
|
|
|
|
20년 전
|
조회 1,611
|
|
|
|
20년 전
|
조회 1,689
|
|
|
|
20년 전
|
조회 1,607
|
|
|
|
20년 전
|
조회 1,567
|
|
|
|
20년 전
|
조회 1,611
|
|
|
|
20년 전
|
조회 1,543
|
댓글 2개
아래소스에 게시판주소를 써주시고
아래소스파일을 index.php로 해주시면 될거 같은데요...
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
header("ETag: \"$LastModified\"");
?>
<html>
<head>
<title>그누보드4</title>
</head>
<frameset rows="*,0" frameborder="NO" border="0" framespacing="0">
<frame name="main" scrolling="auto" noresize src="게시판주소" marginheight="0" marginwidth="0">
<frame name="page" scrolling="no" noresize src="" marginheight="0" marginwidth="0">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</html>
</html>