X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabases.php;h=ff3555e01e1c2a1b86b4dd921cea58af2731309f;hb=df407c3a035aa8fb211d7191d7a0bb0c64197cc3;hp=d8ebad0b6f17f8d7ff6927cabb4f8523f47ffeac;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361;p=mailer.git diff --git a/inc/databases.php b/inc/databases.php index d8ebad0b6f..ff3555e01e 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -107,6 +107,9 @@ setConfigEntry('_ADD', (getConfig('_PRIME') * getConfig('_PRIME') / (pi() * getC // Random number for e.g. the "cache-buster" used in OpenX script define('CACHE_BUSTER', mt_rand(1000000, 9999999)); +// HTTP-EOL +setConfigEntry('HTTP_EOL', "\r\n"); + // CFG: DEBUG-SQL (if enabled and DEBUG_MODE is enabled all SQL queries will be logged to debug.log) setConfigEntry('DEBUG_SQL', 'N');