Browse Source

Update common.inc.php

tags/6.1.8
tianya 2 years ago
parent
commit
a3e1684393
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/common.inc.php

+ 1
- 1
src/system/common.inc.php View File

@@ -170,7 +170,7 @@ $cfg_dataurl = $cfg_mainsite.$cfg_data_dir;
$cfg_member_dir = $cfg_cmspath.'/user';
$cfg_memberurl = $cfg_mainsite.$cfg_member_dir;
//专题列表的存放路径
$cfg_special = $cfg_cmspath.'/apps/special';
$cfg_special = $cfg_cmspath.'/a/special';
$cfg_specialurl = $cfg_mainsite.$cfg_special;
//附件目录
$cfg_medias_dir = $cfg_cmspath.$cfg_medias_dir;


Loading…
Cancel
Save