summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a87505)
raw | patch | inline | side by side (parent: 5a87505)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 May 2005 06:48:58 +0000 (06:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 May 2005 06:48:58 +0000 (06:48 +0000) |
include/setup_checks.inc | patch | blob | history |
index 58a0728dc487f9d9c8e20d16a33e3bf65ff04dab..84ce3d8c4baf01773457a589767fb1b51584a49a 100644 (file)
--- a/include/setup_checks.inc
+++ b/include/setup_checks.inc
$replacements['{MAILMETHOD}'] = $ldapconf['mail_methods'][$ldapconf['mail']];
$replacements['{SMBHASH}'] = $pwdhash;
$replacements['{GOVERNMENTMODE}'] = "false";
-
+ $replacements['{kolabAccount}'] = "";
}
+
+ if($ldapconf['mail_methods'][$ldapconf['mail']]=="kolab")
+ {
+ $replacements['{kolabAccount}'] ="<tab class=\"kolabAccount\" />";
+ }
+
+
+
+
+
// Lets check which samba version we will use
// in case of samba 2 we don't need to add additional objets in gosa.conf
}// else --> !$fp=fopen("../contrib/gosa.conf","r")
- return ( $str);
+ return ((($str)));
}