function openpne_execute()
{
$module = '';
$type = '';
$action = '';
if (!($module = get_request_var('m'))) {
// モジュール名の自動設定
if (!db_admin_user_exists()) {
$module = 'setup';
} elseif (isKtaiUserAgent()) {
$module = 'ktai';
} else {
$module = 'pc';
}
}
$types = array('page', 'do');
if ($a = get_request_var('a')) {
$arr = explode('_', $a, 2);
if (!empty($arr[1]) && in_array($arr[0], $types)) {
$type = $arr[0];
$action = $arr[1];
}
}
openpne_forward($module, $type, $action);
}
---------------------------------
【桃】【桃】フルーツ王国福島の皇室献上特秀プレミアムランク桃(2キロ・8~9玉)・ネット限定

¥2,980
楽天
※モバイル非対応
{
$module = '';
$type = '';
$action = '';
if (!($module = get_request_var('m'))) {
// モジュール名の自動設定
if (!db_admin_user_exists()) {
$module = 'setup';
} elseif (isKtaiUserAgent()) {
$module = 'ktai';
} else {
$module = 'pc';
}
}
$types = array('page', 'do');
if ($a = get_request_var('a')) {
$arr = explode('_', $a, 2);
if (!empty($arr[1]) && in_array($arr[0], $types)) {
$type = $arr[0];
$action = $arr[1];
}
}
openpne_forward($module, $type, $action);
}
---------------------------------
【桃】【桃】フルーツ王国福島の皇室献上特秀プレミアムランク桃(2キロ・8~9玉)・ネット限定
¥2,980
楽天
※モバイル非対応