사용자단 따옴표 수정

This commit is contained in:
chicpro
2012-11-05 17:57:59 +09:00
parent 4c7eb0290b
commit 1a21051afb
6 changed files with 142 additions and 142 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');
?>