wzxjohn / moeSS

moe SS Front End for https://github.com/mengskysama/shadowsocks/tree/manyuser
https://ss.qaq.moe
GNU General Public License v3.0
303 stars 107 forks source link

config-sample.php文件笔误 #23

Closed JAM2199562 closed 9 years ago

JAM2199562 commented 9 years ago

在创建数据库语句里面是moess_sessions CREATE TABLE IF NOT EXISTS moess_sessions ( id varchar(40) NOT NULL, ip_address varchar(45) NOT NULL, timestamp int(10) unsigned DEFAULT 0 NOT NULL, data blob DEFAULT '' NOT NULL, PRIMARY KEY (id), KEY ci_sessions_timestamp (timestamp) ); 但是config-sample.php文件中写的是 $config['sess_save_path'] = 'moess_session';

wzxjohn commented 9 years ago

确实是笔误,马上修正。

wzxjohn commented 9 years ago

Fixed after d67feb4aba33633b88a9f574f244e043c2483593