[mimp] mimp install help from newbie
Jan Schneider
jan at horde.org
Sat Oct 4 10:15:36 PDT 2003
> 1. I saw there is a line code which is looking for config\conf.php file
> in
> mimp\index.php;
> I only saw conf.xml file in config directory. File missing or I need to
> do
> something??
Read docs/INSTALL.
> 2. I tried the following config which I saw in mailing list, it causees
> fatal error.
It might help if you'd tell us the error.
> $conf['auth']['driver'] = 'composite';
> $conf['auth']['params'] = array(
> 'drivers' => array('imp' => array('driver' => 'application',
> 'params' => array('app' => 'imp')),
> 'mimp' => array('driver' => 'application',
> 'params' => array('app' =>
> 'mimp')),
> 'loginscreen_switch' => '_horde_select_loginscreen',
> );
>
> if (!function_exists('_horde_select_loginscreen')) {
> function _horde_select_loginscreen()
> {
> require_once HORDE_BASE . '/lib/Browser.php';
> $browser = &new Browser();
> if ($browser->isMobile()) {
> return 'mimp';
> }
> return 'imp';
> }
> }
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
More information about the mimp
mailing list