* Mobile: fix redirect loop, if template_set was forced to something else then "pixelegg"

- refactored generation of framework object to egw_framework::factory used now in login.php and egw object
- using now $framework->template_dir for *.tpl files of template-sets
This commit is contained in:
Ralf Becker
2015-05-27 14:01:32 +00:00
parent 82f9190c32
commit 01860bc469
7 changed files with 41 additions and 49 deletions

View File

@ -58,9 +58,6 @@ $GLOBALS['egw_info']['server']['db_persistent'] = {DB_PERSISTENT};
*/
$GLOBALS['egw_info']['server']['session_handler'] = '{SESSION_HANDLER}';
/* Select which login template set you want, most people will use idots */
$GLOBALS['egw_info']['login_template_set'] = 'idots';
/* This is used to control mcrypt's use */
$GLOBALS['egw_info']['server']['mcrypt_enabled'] = {ENABLE_MCRYPT};