| #1376 | 'cfg'=>$this->cfg, |
| #1377 | 'write_db'=>$write_db |
| #1378 | ); |
| #1379 | |
| #1380 | $this->cms_content_attach->table = 'cms_'.$table.'_attach'; |
| #1381 | $content = preg_replace_callback('#\<img [^\>]*src=["\']((?:http|https|ftp)\://[^"\']+)["\'][^\>]*\>#iU', array($this, 'img_replace'), $content); |
| #1382 | unset($_ENV['_prc_arg']); |
| #1383 | return $_ENV['_prc_err'] ? lang('isremote_failed_tip_1').$_ENV['_prc_err'].lang('isremote_failed_tip_2') : ''; |
| #1384 | } |
| #1385 |