diff --git a/config.php b/config.php index 018e9bc2..7aa8e8f6 100644 --- a/config.php +++ b/config.php @@ -42,6 +42,9 @@ // CURLOPT_CONNECTTIMEOUT => 5 ); +// set a custom folder to save logs (requires plugin Log) +//$config['custom_logs_folder'] = '/var/logs'; + //$config['replace_title'] = 'Google Search'; //$config['error_redirect'] = "https://unblockvideos.com/#error={error_msg}"; @@ -52,4 +55,4 @@ // this better be here other Config::load fails return $config; -?> \ No newline at end of file +?>