diff --git a/modules/opage/opage.view.php b/modules/opage/opage.view.php index fdce5c37c..d6114c035 100644 --- a/modules/opage/opage.view.php +++ b/modules/opage/opage.view.php @@ -110,7 +110,7 @@ // 상대경로를 절대경로로 변경 $path_info = pathinfo($path); - $this->path = realpath($path_info['dirname']).'/'; + $this->path = str_replace('\\', '/', realpath($path_info['dirname'])).'/'; $content = preg_replace_callback('/(src=|href=|url\()("|\')?([^"\'\)]+)("|\'\))?/is',array($this,'_replacePath'),$content); $content = preg_replace_callback('/(