summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c05c082)
raw | patch | inline | side by side (parent: c05c082)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Aug 2008 13:47:56 +0000 (13:47 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Aug 2008 13:47:56 +0000 (13:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12198 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/password.php | patch | blob | history |
index a8b5b5db990a19834b4d4d3cba4ad172cd9389e5..6ea6743b156dea6061fb8f69c6a1fcba240dcd49 100644 (file)
$smarty->assign ('password_img', get_template_path('images/password.png'));
/* Displasy SSL mode warning? */
-if ($ssl != "" && $conifg->get_cfg_value("warnssl") == 'true'){
+if ($ssl != "" && $config->get_cfg_value("warnssl") == 'true'){
$smarty->assign ("ssl", "<b>"._("Warning").":</b> "._("Session will not be encrypted.")." <a style=\"color:red;\" href=\"".htmlentities($ssl)."\"><b>"._("Enter SSL session")."</b></a>!");
} else {
$smarty->assign ("ssl", "");