Files
firstgarden-web-gnu/skin/member/neo/_common.php
whitedot 402dcbfe5d neo
2012-12-04 14:31:55 +09:00

5 lines
158 B
PHP

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