X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdatabases.php;h=ff3555e01e1c2a1b86b4dd921cea58af2731309f;hp=d8ebad0b6f17f8d7ff6927cabb4f8523f47ffeac;hb=3203112d9be14c2df49bd6b3b618b17fd950cc09;hpb=420829afd6bcbdd6018e1d4d497422c4489918e5 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');