#6243 | $_GET['action'] = 'top'; |
#6244 | return true; |
#6245 | } |
#6246 | //全部主题 |
#6247 | if(substr($uri, 0, 13) == 'shiwen-zhuti/' || substr($uri, 0, 12) == 'shiwen-zhuti'){//需要根据shiwenzhuti_all/和shiwenzhuti_all长度修改 |
#6248 | if(substr($uri, -1) != '/'){ |
#6249 | http_location($cfg['weburl'].$uri.'/', '301'); |
#6250 | } |
#6251 | |
#6252 | $u_arr = explode('/', $uri); |