소스 검색

Update channelunit.helper.php

tags/6.1.9
xushubieli 2 년 전
부모
커밋
b1dacd3515
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/system/helpers/channelunit.helper.php

+ 1
- 1
src/system/helpers/channelunit.helper.php 파일 보기

@@ -152,7 +152,7 @@ if (!function_exists('GetFileName')) {
if ($cfg_rewrite == 'Y') {
//目录版return "/article/".$aid."";
//网页版
return $GLOBALS['cfg_cmspath'].'/'.$aid.".html";
return "/".$aid.".html";
} else {
return $GLOBALS['cfg_phpurl']."/view.php?aid=$aid";
}


불러오는 중...
취소
저장