18
一九七四年三月廿六 (癸未)羊 煞东
今日胎神:占门厕 外正北
喜神:东北 福神:正北 财神:正北
水电费是的
44
33
123123
少时诵诗书少时诵诗书是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒
| #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{ |