테스트용 스킨 업로드

This commit is contained in:
whitedot
2012-11-21 13:47:23 +09:00
parent 3b1fb93420
commit fbf550a518
251 changed files with 4320 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]");
?>