// chizil_castle 설치 및 적용 2010-05-10 (LDS) //define("_CASTLE_PHP_VERSION_BASE_DIR_","http://211.215.18.123/~chizil/chizil_castle"); //include_once(_CASTLE_PHP_VERSION_BASE_DIR_."/castle_referee.php"); include "../inc/database.inc.php"; include "../common/function/f_msg.php"; include "../common/function/f_member_level.php"; include "../common/function/f_redirect.php"; ## Member and Table Check ## $member_level = f_member_level(); IF ($member_level == "admin"): f_redirect("view.php?board=$board&seq_no=$seq_no&page=$page"); ENDIF; ?>