黄历3黄历3黄历3黄历3黄历3黄历3黄历3
水电费是的
黄历1黄历1黄历1黄历1黄历1黄历1黄历1黄历1黄历1黄历1
规范化发过火
33
| #804 | preg_match_all($pattern, $contentstr, $match); |
| #805 | if( isset($match[1]) && isset($match[1][0]) ){ |
| #806 | $match_pic = $match[1][0]; |
| #807 | if(substr($match_pic, 0, 2) == '..'){ |
| #808 | $match_pic = substr($match_pic, 2); |
| #809 | } |
| #810 | $webdir_len = strlen($this->cfg['webdir']); |
| #811 | if(substr($match_pic, 0, $webdir_len) == $this->cfg['webdir']){ |
| #812 | $cms_content['pic'] = substr($match_pic, $webdir_len); |
| #813 | }else{ |