#152 에 따른 회원 스킨 폴더 재정리

This commit is contained in:
chicpro
2013-05-08 17:47:37 +09:00
parent 24a7e7794f
commit 4fa7b73a64
30 changed files with 1868 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]");
?>