댓글을 sns 와 연동하기 위한 기초 작업

This commit is contained in:
gnuboard
2013-04-30 19:01:24 +09:00
parent d43f4f53d5
commit 838bc4b146
20 changed files with 7989 additions and 66 deletions

View File

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