From 399e3d86f4c31cae5549543d0a0146bcc7fd8fe2 Mon Sep 17 00:00:00 2001 From: Web Addicto Date: Wed, 1 Feb 2017 18:13:04 +0100 Subject: [PATCH] $config['custom_logs_folder'] Related to this pull request: https://github.com/Athlon1600/php-proxy-plugin-bundle/pull/1 --- config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +?>