1<?php
2
3$lang['accesslog']     = 'Where should the access log be saved? Relative paths are relative to <code>data/meta/</code>.';
4$lang['banned_ip']     = 'Comma separated list of IPs that should not be logged.';
5$lang['banned_users']  = 'Comma separated list of user names that should not be logged.';
6$lang['banned_agents'] = 'Comma separated list of user agents that should not be logged.';