|
@@ -77,12 +77,12 @@ class indexControl extends specialControl
|
|
if(session_helper::need_wechat_author())
|
|
if(session_helper::need_wechat_author())
|
|
{
|
|
{
|
|
$author = new thrid_author\wxauthor();
|
|
$author = new thrid_author\wxauthor();
|
|
- $url = "http://p.lrlz.com/hfive/inoherb/dist/dist/index.html";
|
|
|
|
|
|
+ $url = "http://p.lrlz.com/hfive/inoherb/index.html";
|
|
$author->enter($url);
|
|
$author->enter($url);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
- fcgi_header('location:http://p.lrlz.com/hfive/inoherb/dist/dist/index.html');
|
|
|
|
|
|
+ fcgi_header('location:http://p.lrlz.com/hfive/inoherb/index.html');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|