| #817 | $match_pic = $match[1][0]; |
| #818 | if(substr($match_pic, 0, 2) == '..'){ |
| #819 | $match_pic = substr($match_pic, 2); |
| #820 | } |
| #821 | $webdir_len = strlen($this->cfg['webdir']); |
| #822 | if(substr($match_pic, 0, $webdir_len) == $this->cfg['webdir']){ |
| #823 | $cms_content['pic'] = substr($match_pic, $webdir_len); |
| #824 | }else{ |
| #825 | $cms_content['pic'] = $match[1][0]; |
| #826 | } |