summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 155f97d)
raw | patch | inline | side by side (parent: 155f97d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 06:51:07 +0000 (06:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 06:51:07 +0000 (06:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4409 594d385d-05f5-0310-b6e9-bd551577e9d8
html/index.php | patch | blob | history | |
include/class_userinfo.inc | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index 4c8330f8adb4ef968cc2d94d68ebcaa789f847d4..9877161c96ac60495c7d8eba693a47098718cca0 100644 (file)
--- a/html/index.php
+++ b/html/index.php
/* Displasy SSL mode warning? */
if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){
- $smarty->assign ("ssl", "<b>"._("Warning").":</b> "._("Session will not be encrypted.")." <a style=\"color:red;\" href=\"$ssl\"><b>"._("Enter SSL session")."</b></a>!");
+ $smarty->assign ("ssl", "<b>"._("Warning").":<\/b> "._("Session will not be encrypted.")." <a style=\"color:red;\" href=\"$ssl\"><b>"._("Enter SSL session")."<\/b></a>!");
} else {
$smarty->assign ("ssl", "");
}
index c976a82729664e4827fcfcfe89ca3fe92261ca44..2c5fb932ca9653b9099d34305ff5fefeac6924a9 100644 (file)
$acl= "";
if (isset($this->ocMapping[$category])){
foreach($this->ocMapping[$category] as $oc){
- $acl.= $this->get_permissions($dn, $oc, "");
+ $acl.= $this->get_permissions($dn, $category."/".$oc, "");
}
}