make the phpgw Version-0_9_16-branch HEAD

This commit is contained in:
Ralf Becker
2003-08-28 14:16:30 +00:00
parent aedaca8c72
commit f76c6eedd7
161 changed files with 5417 additions and 6165 deletions

View File

@ -44,12 +44,6 @@
/* Select which login template set you want, most people will use default */
$GLOBALS['phpgw_info']['login_template_set'] = 'default';
/* Select which login theme you want */
$GLOBALS['phpgw_info']['login_theme'] = 'submarine';
/* Enables support for non xslt apps or apps which weren't already ported to the last version of class.Templates.inc.php */
$GLOBALS['phpgw_info']['server']['support_old_style_apps'] = True;
/* This is used to control mcrypt's use */
$GLOBALS['phpgw_info']['server']['mcrypt_enabled'] = {ENABLE_MCRYPT};
/* Set this to 'old' for versions < 2.4, otherwise the exact mcrypt version you use. */