diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index faa5f6fbdf..c22e188180 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -204,6 +204,12 @@ exit; } + /****************************************************************************\ + * This is a global constant that should be used * + * instead of / or \ in file paths * + \****************************************************************************/ + define('SEP',filesystem_separator()); + /************************************************************************\ * Required classes * \************************************************************************/ @@ -225,12 +231,6 @@ $GLOBALS['phpgw_info']['flags']['included_classes']['error'] = True; } - /****************************************************************************\ - * This is a global constant that should be used * - * instead of / or \ in file paths * - \****************************************************************************/ - define('SEP',filesystem_separator()); - /*****************************************************************************\ * ACL defines - moved here to work for xml-rpc/soap, also * \*****************************************************************************/ @@ -244,7 +244,6 @@ define('PHPGW_ACL_CUSTOM_2',128); define('PHPGW_ACL_CUSTOM_3',256); - /****************************************************************************\ * Forcing the footer to run when the rest of the script is done. * \****************************************************************************/