summaryrefslogtreecommitdiff
path: root/modules/syslog/syslog.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/syslog/syslog.module')
-rw-r--r--modules/syslog/syslog.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/syslog/syslog.module b/modules/syslog/syslog.module
index 66df76f0f..b1ad2d41d 100644
--- a/modules/syslog/syslog.module
+++ b/modules/syslog/syslog.module
@@ -32,6 +32,7 @@ function syslog_menu() {
'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;
}