From a431e47bdcc1a593cd2fc25817052bc59cf7227c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 15 Oct 2015 11:21:42 +0200 Subject: [PATCH] Rename references of nzedb to newznab in settings.example.php --- Changelog | 2 ++ newznab/config/settings.example.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 72c0313eb..76c0ed3e9 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2015-10-15 DariusIII + Fix: Rename nzedb references to newznab in settings.example.php 2015-10-15 DariusIII Chg: Move all the configs into newznab/config/ folder. Adjust patches and scripts to the new change, adapt patches for nn+ new releases table structure. diff --git a/newznab/config/settings.example.php b/newznab/config/settings.example.php index 4b7418306..470a3b171 100755 --- a/newznab/config/settings.example.php +++ b/newznab/config/settings.example.php @@ -257,7 +257,7 @@ define('NN_CACHE_EXPIRY_LONG', 900); define('NN_DEBUG', false); /** - * Log debug messages to nzedb/resources/debug.log + * Log debug messages to newznab/resources/debug.log * * @default false */ @@ -298,9 +298,9 @@ define('NN_LOGGING_LOG_FOLDER', NN_LOGS); * The name of the log file. * Must be alphanumeric (a-z 0-9) and contain no file extensions. * - * @default 'nzedb' + * @default 'newznab' */ -define('NN_LOGGING_LOG_NAME', 'nzedb'); +define('NN_LOGGING_LOG_NAME', 'newznab'); /** * Display memory usage in log file and debug message output?