mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
16 lines
656 B
PHP
16 lines
656 B
PHP
--- include/global_settings.php.orig 2019-01-03 02:14:26 UTC
|
|
+++ include/global_settings.php
|
|
@@ -160,10 +160,10 @@ $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',
|
|
'file_type' => 'ascii',
|
|
- 'default' => $config['base_path'] . '/log/cacti.log',
|
|
+ 'default' => '/var/log/cacti/log',
|
|
'max_length' => '255',
|
|
'install_check' => 'writable'
|
|
),
|