g4_path 변수 제거

This commit is contained in:
chicpro
2013-03-22 13:39:50 +09:00
parent 323fadf5e8
commit 4859612f52

View File

@ -1,4 +1,3 @@
<?
$g4_path = "../..";
include_once("$g4_path/common.php");
include_once('../../common.php');
?>