EOL for HTTP request moved to config, errno and err_desc initialized (was absend)
[mailer.git] / inc / databases.php
index d8ebad0b6f17f8d7ff6927cabb4f8523f47ffeac..ff3555e01e1c2a1b86b4dd921cea58af2731309f 100644 (file)
@@ -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');