ソースを参照

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";
}


読み込み中…
キャンセル
保存