5 lines
111 B
PHP
5 lines
111 B
PHP
<?
|
|
$g4_path = "../.."; // 루트디렉토리로 부터의 상대경로
|
|
include_once("$g4_path/common.php");
|
|
?>
|