dbconfig.php 이름변경시 common.php의 어느부분을 ~~?? 정보
dbconfig.php 이름변경시 common.php의 어느부분을 ~~??본문
안녕하세요!
어제 갓 가입한 완전 초보입니다.
dbconfig.php 이름변경시 common.php의 어느부분을 바꾸어주어야 하나요?
뜨락의 이름님의 글을 보고있는데, 빨간부분을 바꾸어주라고 하는데,
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=2664&sca=&sfl=mb_id%2C1&stx=aechae&page=2
그게 당췌 어디를 말하는건지, 그림이 안보여서요 .. ㅠㅠ
// 공통
//==============================================================================
$dirname = dirname(__FILE__).'/';
$dbconfig_file = "dbconfig.php";
if (file_exists("$g4[path]/$dbconfig_file"))
{
if (is_dir("$g4[path]/install")) die("<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'><script language='JavaScript'> alert('install 디렉토리를 삭제하여야 정상 실행됩니다.'); </script>");
요기 위에 빨간데 한군데만 바꾸어주면 되나요??
넘 쉽다고 넘어가지마시고 제발 알려주세요...
조금 까다롭고 힘들지만, 해내고 싶어요..
포인트걸기는 또뭔지??
댓글 전체
거기 한군데가 맞는 것 같네요.
감사합니다. 해결했어요. ^^