26
二〇一三年十月廿四 (庚寅)虎 煞南
今日胎神:厨灶炉 房内北
喜神:西南 福神:西北 财神:西南
黄历1黄历1黄历1黄历1黄历1黄历1黄历1黄历1黄历1黄历1
规范化发过火
11
44
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{ |