| #1185 | } |
| #1186 | } |
| #1187 | |
| #1188 | |
| #1189 | |
| #1190 | // 比如article/id.html,只能一个文章模型(多模型的不行,没法区分id属于那个模型的),因此丢到最后 |
| #1191 | if ( isset($mat['id']) && $this->integer_check($mat['id']) ){ |
| #1192 | $u_arr = explode('/', $uri); |
| #1193 | if( substr($cfg['link_show'], 0, strlen($u_arr[0])) == $u_arr[0] ){ |
| #1194 | $_GET['mid'] = 2; |