Преглед изворни кода

Update channelunit.helper.php

tags/6.1.9
xushubieli пре 3 година
родитељ
комит
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";
}


Loading…
Откажи
Сачувај