Hi!
I put
<?php
$_prefs['initial_application'] = array(
'value' => 'imp',
'type' => 'enum',
'enum' => array(),
'desc' => sprintf(_("What application should %s display after
login?"), $GLOBALS['registry']->get('name'))
);
into config/prefs.local.php .... but I always have the portal als
initial screen.
why is that?