불필요한 아이콘 파일 삭제

This commit is contained in:
gnuboard
2013-05-13 18:29:33 +09:00
parent 838bc4b146
commit 4392158b15
17 changed files with 100 additions and 50 deletions

View File

@ -1,4 +1,4 @@
<?php
$g4_path = "../.."; // common.php 의 상대 경로
$g4_path = "../../.."; // common.php 의 상대 경로
include_once($g4_path."/common.php");
?>