쇼핑몰 경로 설정

This commit is contained in:
gnuboard
2013-01-28 10:04:00 +09:00
parent 023d9233d2
commit 10ef2ec90c
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,3 @@
<?
$g4_path = '.'; // common.php 의 상대 경로
include_once($g4_path.'/common.php');
include_once('./common.php');
?>