<?
// 에디터에서 이미지 저장시 상대경로로 저장되게 하기
$wr_content=preg_replace("|http://[^/]+/|","/",$wr_content);
?>