| #1603 | $u_arr = explode('/', $newurl); |
| #1604 | if( $this->integer_check($u_arr[0]) ){ |
| #1605 | $_GET['control'] = 'space'; |
| #1606 | $_GET['action'] = 'index'; |
| #1607 | $_GET['uid'] = $u_arr[0]; |
| #1608 | //分页 |
| #1609 | if( isset($u_arr[1]) ){ |
| #1610 | $page = $this->page_check($u_arr[1]); |
| #1611 | if($page){ |
| #1612 | $_GET['page'] = $page; |