| #854 | $u_arr = explode('/', $newurl); |
| #855 | if( $this->integer_check($u_arr[0]) ){ |
| #856 | $_GET['control'] = 'space'; |
| #857 | $_GET['action'] = 'index'; |
| #858 | $_GET['uid'] = $u_arr[0]; |
| #859 | //分页 |
| #860 | if( isset($u_arr[1]) ){ |
| #861 | $page = $this->page_check($u_arr[1]); |
| #862 | if($page){ |
| #863 | $_GET['page'] = $page; |