sms5 추가

This commit is contained in:
chicpro
2014-03-20 14:51:51 +09:00
parent 41a3385e99
commit bcc013bdcf
80 changed files with 16733 additions and 14 deletions

11
plugin/sms5/index.php Normal file
View File

@ -0,0 +1,11 @@
<?php
//SMS5 메인
include_once('./_common.php');
$g5['title'] = "SMS5";
include_once(G5_PATH.'/head.sub.php');
include_once("./write.php");
include_once(G5_PATH.'/tail.sub.php');
?>