mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
12 lines
357 B
PHP
12 lines
357 B
PHP
--- lib/clog_webapi.php.orig 2019-01-03 02:14:26 UTC
|
|
+++ lib/clog_webapi.php
|
|
@@ -56,7 +56,7 @@ function clog_validate_filename(&$file, &$filepath, &$
|
|
$logbase = basename($logfile);
|
|
|
|
if ($logfile == '') {
|
|
- $logfile = $config['base_path'] . '/log/cacti.log';
|
|
+ $logfile = '/var/log/cacti/log';
|
|
}
|
|
|
|
$errfile = read_config_option('path_stderrlog');
|