/[smecontribs]/rpms/smeserver-mimp/contribs7/smeserver-mimp-1.0-6.mimp-template.patch
ViewVC logotype

Annotation of /rpms/smeserver-mimp/contribs7/smeserver-mimp-1.0-6.mimp-template.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Mar 25 14:13:08 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-mimp-1_0-11_el4_sme
Import on branch contribs7 of package smeserver-mimp-1.0-11.el4.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/999mimp mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/999mimp
2     --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/999mimp 1969-12-31 18:00:00.000000000 -0600
3     +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/999mimp 2006-07-19 20:34:33.000000000 -0500
4     @@ -0,0 +1,24 @@
5     +// 999mimp
6     +{
7     +my $Mimp = $mimp{'status'} || "#Mimp login is currently not enabled. To enable - config set mimp service status enabled"; return ""
8     + unless ($Mimp eq "enabled");
9     +$OUT = '$conf[\'auth\'][\'params\'][\'drivers\'] = array(
10     + \'imp\' => array(\'driver\' => \'application\',
11     + \'params\' => array(\'app\' => \'imp\')),
12     + \'mimp\' => array(\'driver\' => \'application\',
13     + \'params\' => array(\'app\' => \'mimp\')));
14     +$conf[\'auth\'][\'params\'][\'loginscreen_switch\'] = \'_horde_select_loginscreen\';
15     +
16     +if (!function_exists(\'_horde_select_loginscreen\')) \{
17     + function _horde_select_loginscreen()
18     + \{
19     + require_once \'Horde/Browser.php\';
20     + $browser = &new Browser();
21     + if ($browser->isMobile()) \{
22     + return \'mimp\';
23     + \}
24     + return \'imp\';
25     + \}
26     +\}'
27     +}
28     +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed