|
@@ -26,10 +26,10 @@ class inoherbControl extends mobileControl
|
|
|
{
|
|
|
$inoherb_id = intval($_GET['inoherb_id']);
|
|
|
if($inoherb_id > 0) {
|
|
|
- $url = "http://p.lrlz.com/hfive/inoherb/index.html?#/share?inoherb_id={$inoherb_id}";
|
|
|
+ $url = BASE_SITE_URL . "/hfive/inoherb/index.html?#/share?inoherb_id={$inoherb_id}";
|
|
|
}
|
|
|
else {
|
|
|
- $url = "http://p.lrlz.com/hfive/inoherb/index.html?2";
|
|
|
+ $url = BASE_SITE_URL . "/hfive/inoherb/index.html?2";
|
|
|
}
|
|
|
return self::outsuccess(['direct_uri' => $url],"redirect");
|
|
|
}
|