Przeglądaj źródła

Update channelunit.helper.php

tags/6.1.9
xushubieli 2 lat temu
rodzic
commit
b1dacd3515
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/system/helpers/channelunit.helper.php

+ 1
- 1
src/system/helpers/channelunit.helper.php Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz