Re: mimp install help from newbie
Jan Schneider <[email protected]> Sat, 4 Oct 2003 19:15:36 +0200
| Newsgroups | gmane.comp.horde.mimp |
|---|---|
| Message-ID | <1065287736.1fyorre39oow@localhost> |
> 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
--
mimp mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]