* feed for the source.
* This can be used in HTML and JavaScript where needed a line break.
*/
-define('EOL', "<br />\r\n");
+define('EOL', "<br />\r\n");
/**
* @name Gravity
define('GRAVITY_UNKNOWN', 9);
/* @}*/
-// Normally this constant is defined - but not if "pcntl" isn't installed
-if (!defined('SIGTERM')) {
- define('SIGTERM', 15);
-}
-
/**
* Returns the user id of locally logged in user or false.
*
{
set_time_limit(0);
+ // Normally this constant is defined - but not if "pcntl" isn't installed
+ if (!defined('SIGTERM')) {
+ define('SIGTERM', 15);
+ }
+
// Ensure that all "strtotime" operations do run timezone independent
date_default_timezone_set('UTC');