#933 | array_shift($uarr); |
#934 | } |
#935 | |
#936 | //伪静态下 访问动态首页、内容页URL、分类URL、标签URL 则进入404页面 |
#937 | $dis_control = array('index', 'show', 'cate', 'tag'); |
#938 | if( in_array($_GET['control'], $dis_control) && $_GET['action'] == 'index'){ |
#939 | core::error404(); |
#940 | } |
#941 | |
#942 | //参数 |