Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-05-09 18:26:11 +09:00
2 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,11 @@
<?php
include_once('./_common.php');
if (G4_IS_MOBILE) {
include_once(G4_MSHOP_PATH.'/largeimage.php');
return;
}
$it_id = $_GET['it_id'];
$img = $_GET['img'];