dever пре 3 година
родитељ
комит
4214153b17
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/env/localhost/default.php

+ 1 - 1
config/env/localhost/default.php

@@ -2,7 +2,7 @@
 
 # 验证dc是否存在,一般在share目录下
 $dc = array();
-$dc_file = '/data/dm/container/share/dc/config.php';
+$dc_file = '/usr/share/dc/config.php';
 if (is_file($dc_file)) {
     $dc = include($dc_file);
 }