|
|
|
16년 전
|
조회 872
|
|
|
|
16년 전
|
조회 779
|
|
|
|
16년 전
|
조회 986
|
|
|
|
16년 전
|
조회 878
|
|
|
|
16년 전
|
조회 917
|
|
|
|
16년 전
|
조회 981
|
|
|
|
16년 전
|
조회 754
|
|
|
|
16년 전
|
조회 976
|
|
|
|
16년 전
|
조회 850
|
|
|
|
16년 전
|
조회 776
|
|
|
|
16년 전
|
조회 845
|
|
|
|
16년 전
|
조회 978
|
|
|
|
16년 전
|
조회 952
|
|
|
|
16년 전
|
조회 954
|
|
|
|
16년 전
|
조회 880
|
|
|
|
16년 전
|
조회 948
|
|
|
|
16년 전
|
조회 1,201
|
|
|
|
16년 전
|
조회 1,006
|
|
|
|
16년 전
|
조회 2,219
|
|
|
|
16년 전
|
조회 1,368
|
댓글 4개
include_once("./_common.php");
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p><?include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo outlogin("black"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</p>
</body>
</html>
페이지 자체가 이렇게 되있답니다.
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<?
echo outlogin("black"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</p>
</body>
</html>
이렇게요. ^^