#163 | if ($uri == 'chengyu/zuci' || $uri == 'chengyu/zuci/') { |
#164 | if (substr($uri, -1) != '/') { |
#165 | http_location($cfg['weburl'] . $uri . '/', '301'); |
#166 | } |
#167 | $_GET['control'] = 'zuci'; |
#168 | $_GET['action'] = 'page'; |
#169 | return; |
#170 | } |
#171 | |
#172 |