Explorar el Código

增加逐词统计数据库

visuddhinanda hace 5 años
padre
commit
f64d1614ff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/path.php

+ 1 - 0
app/path.php

@@ -68,5 +68,6 @@ define("_FILE_DB_MEDIA_"  , __DIR__."/../tmp/user/media.db3");
 define("_FILE_DB_MESSAGE_"  , __DIR__."/../tmp/user/message.db");
 define("_FILE_DB_USER_STATISTICS_"  , __DIR__."/../tmp/user/statistics.db3");
 define("_FILE_DB_CHANNAL_"  , __DIR__."/../tmp/user/channal.db3");
+define("_FILE_DB_USER_DICT_"  , __DIR__."/../tmp/user/udict.db3");
 
 ?>