1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author HL <tohelong@gmail.com>
7 */
8$lang['accesslog']             = '日志文件的保存位置,相对于<code>data/meta/</code>';
9$lang['banned_ip']             = '不记录日志的ip, 用英文逗号隔开';
10$lang['banned_users']          = '不记录日志的用户名, 用英文逗号隔开';
11$lang['banned_agents']         = '不记录日志的用户代理?没搞懂,用英文逗号隔开';
12