mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
15 lines
624 B
PHP
15 lines
624 B
PHP
--- include/global_settings.php.orig 2018-02-26 01:12:03 UTC
|
|
+++ include/global_settings.php
|
|
@@ -143,9 +143,9 @@ $settings = array(
|
|
),
|
|
'path_cactilog' => array(
|
|
'friendly_name' => __('Cacti Log Path'),
|
|
- 'description' => __('The path to your Cacti log file (if blank, defaults to <path_cacti>/log/cacti.log)'),
|
|
+ 'description' => __('The path to your Cacti log file (if blank, defaults to /var/log/cacti/log)'),
|
|
'method' => 'filepath',
|
|
- 'default' => $config['base_path'] . '/log/cacti.log',
|
|
+ 'default' => '/var/log/cacti/log',
|
|
'max_length' => '255'
|
|
),
|
|
'logrotate_enabled' => array(
|