#7023 | |
#7024 | //部首URL解析 |
#7025 | protected function bushou_url($cfg = array(), $uri = ''){ |
#7026 | // hook parseurl_control_bushou_url_before.php |
#7027 | $len = strlen($cfg['link_bushou_pre']); |
#7028 | if(substr($uri, 0, $len) == $cfg['link_bushou_pre']) { |
#7029 | $len2 = strlen($cfg['link_bushou_end']); |
#7030 | |
#7031 | if(substr($uri, -$len2) == $cfg['link_bushou_end']) { |
#7032 | $_GET['control'] = 'bushou'; |