@@ -28,11 +28,12 @@ function syslog_help($path, $arg) {
functionsyslog_menu(){
$items['admin/settings/logging/syslog']=array(
'title'=>'Syslog',
'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',
'title'=>'Syslog logging',
'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'),
'access arguments'=>array('administer site configuration'),
);
$items['admin/settings/error-reporting']=array(
'title'=>'Error reporting',
'description'=>'Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.',
$items['admin/settings/logging']=array(
'title'=>'Logging, errors and alerts',
'description'=>"Settings for logging and alerts modules. Various modules can route Drupal's system events to different destination, such as syslog, database, email, ...etc.",
'access arguments'=>array('administer site configuration'),
);
$items['admin/settings/logging']=array(
'title'=>'Logging and alerts',
'description'=>"Settings for logging and alerts modules. Various modules can route Drupal's system events to different destination, such as syslog, database, email, ...etc.",
'page callback'=>'system_logging_overview',
$items['admin/settings/logging/settings']=array(
'title'=>'Settings',
'access arguments'=>array('administer site configuration'),
'type'=>MENU_DEFAULT_LOCAL_TASK,
'weight'=>-1,
);
$items['admin/settings/performance']=array(
'title'=>'Performance',
...
...
@@ -1298,7 +1298,7 @@ function _system_settings_form_automatic_defaults($form) {