Merge branch 'master' of github.com:gnuboard/yc4s
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
<?php
|
||||
include_once("./_common.php");
|
||||
include_once('./_common.php');
|
||||
|
||||
if (G5_IS_MOBILE) {
|
||||
include_once(G5_MSHOP_PATH.'/itemrecommend.php');
|
||||
return;
|
||||
}
|
||||
|
||||
if (!$is_member)
|
||||
alert_close('회원만 메일을 발송할 수 있습니다.');
|
||||
|
||||
Reference in New Issue
Block a user