Browse Source

Update channelunit.helper.php

tags/6.1.9
xushubieli 2 years ago
parent
commit
b1dacd3515
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/helpers/channelunit.helper.php

+ 1
- 1
src/system/helpers/channelunit.helper.php View File

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


Loading…
Cancel
Save