X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-local.php.dist;h=b77e105b424a3d572fc8c27d6b2cb6ae45b08d2c;hb=3360f076d2251f554b2dfb420c18367af363ce2a;hp=348ecbb7285ad85d14f3dd8922a020eba449d8e9;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index 348ecbb728..b77e105b42 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -63,7 +63,7 @@ setConfigEntry('WRITE_FOOTER', 'Y'); setConfigEntry('OUTPUT_MODE', 'render'); // CFG: INSTALLED -setConfigEntry('MXCHANGE_INSTALLED', 'N'); +setConfigEntry('MAILER_INSTALLED', 'N'); // CFG: ADMIN-SETUP setConfigEntry('ADMIN_REGISTERED', 'N'); @@ -89,8 +89,11 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N'); // CFG: DEBUG-SQL (Logs all queries to inc/cache/mysql.log) //setConfigEntry('DEBUG_SQL', 'Y'); -// CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test) -//setConfigEntry('DEBUG_RESET', 'Y'); +// CFG: DEBUG-HOURLY (comment in to test hourly reset, comment out to not test) +//setConfigEntry('DEBUG_HOURLY', 'Y'); + +// CFG: DEBUG-DAILY (comment in to test daily reset, comment out to not test) +//setConfigEntry('DEBUG_DAILY', 'Y'); // CFG: DEBUG-WEEKLY (comment in to test weekly reset, comment out to not test) //setConfigEntry('DEBUG_WEEKLY', 'Y'); @@ -101,7 +104,10 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N'); // CFG: DEBUG-REGEX (comment in to debug regular expressions) //setConfigEntry('DEBUG_REGEX', 'Y'); -// CFG: ALLOW-TESTER0ACCOUNTS (comment in to allow tester accounts being re-included) +// CFG: DEBUG-BUILD-MAILS +//setConfigEntry('DEBUG_BUILD_MAILS', 'Y'); + +// CFG: ALLOW-TESTER-ACCOUNTS (comment in to allow tester accounts being re-included) //setConfigEntry('ALLOW_TESTER_ACCOUNTS', 'Y'); // Your MySQL data (we don't like M$ SQL ;-) )