This commit is contained in:
whitedot
2012-12-04 14:31:55 +09:00
parent 9e4b67406d
commit 402dcbfe5d
171 changed files with 2993 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?
$g4_path = "../../.."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
header("Content-Type: text/html; charset=$g4[charset]");
?>