사용자단 따옴표 수정

This commit is contained in:
chicpro
2012-11-05 17:04:19 +09:00
parent 1288772680
commit 4c7eb0290b
24 changed files with 444 additions and 445 deletions

View File

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