| #140 | if(isset($u_arr[0]) && ($u_arr[0] === 'actors' || $u_arr[0] === 'actor')){ |
| #141 | if(isset($u_arr[1]) && $u_arr[1] !== '' && preg_match('/^(\d+)\.html$/', $u_arr[1], $actor_match)){ |
| #142 | $_GET['control'] = 'actors'; |
| #143 | $_GET['action'] = 'detail'; |
| #144 | $_GET['id'] = (int)$actor_match[1]; |
| #145 | $_GET['cid'] = 5; |
| #146 | $_GET['mid'] = 7; |
| #147 | return true; |
| #148 | } |
| #149 |