Mercurial > defr > drupal > core
diff modules/syslog/syslog.module @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children | acef7ccb09b5 |
line wrap: on
line diff
--- a/modules/syslog/syslog.module Tue Dec 23 14:29:21 2008 +0100 +++ b/modules/syslog/syslog.module Tue Dec 23 14:30:08 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: syslog.module,v 1.14 2007/12/14 18:08:48 goba Exp $ +// $Id: syslog.module,v 1.14.2.1 2008/04/09 21:11:49 goba Exp $ /** * @file @@ -32,6 +32,7 @@ 'description' => 'Settings for syslog logging. Syslog is an operating system administrative logging tool used in systems management and security auditing. Most suited to medium and large sites, syslog provides filtering tools that allow messages to be routed by type and severity.', 'page callback' => 'drupal_get_form', 'page arguments' => array('syslog_admin_settings'), + 'access arguments' => array('administer site configuration'), ); return $items; }