4 lines
101 B
PHP
4 lines
101 B
PHP
<?php
|
|
$g4_path = "../.."; // common.php 의 상대 경로
|
|
include_once($g4_path."/common.php");
|
|
?>
|