9
一九九八年冬月廿二 (乙卯)兔 煞东
今日胎神:厨灶门 外东南
喜神:西南 福神:西北 财神:正东
少时诵诗书少时诵诗书是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒
33
黄历3黄历3黄历3黄历3黄历3黄历3黄历3
22
44
| #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{ |