265에서, 일반 html, php페이지을 회원용 페이지로 만들기 정보
그누호환 265에서, 일반 html, php페이지을 회원용 페이지로 만들기
본문
<?
$gnu_path = "./";
include($gnu_path . 'config.php');
include($gnu_path . 'lib.php');
if (!$member[mb_id]) {
alert("회원용 페이지입니다~~ 로그인하세요.^ _ ^/", "./bbs/mblogin.php?&url=". urlencode("./../이동할페이지"));
}
?>
위 경로는 head.php 와 나란히 있는 `이동할페이지`입니다.
만약 `이동할페이지`가 다른 경로에 있다면, 경로를 수정해 주세요.
$gnu_path = "./";
include($gnu_path . 'config.php');
include($gnu_path . 'lib.php');
if (!$member[mb_id]) {
alert("회원용 페이지입니다~~ 로그인하세요.^ _ ^/", "./bbs/mblogin.php?&url=". urlencode("./../이동할페이지"));
}
?>
위 경로는 head.php 와 나란히 있는 `이동할페이지`입니다.
만약 `이동할페이지`가 다른 경로에 있다면, 경로를 수정해 주세요.
추천
1
1
댓글 전체