summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3850e7d)
raw | patch | inline | side by side (parent: 3850e7d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 08:26:21 +0000 (08:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 08:26:21 +0000 (08:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6797 594d385d-05f5-0310-b6e9-bd551577e9d8
html/password.php | patch | blob | history |
diff --git a/html/password.php b/html/password.php
index 2f35eaed9d001d679efe1eb947bdea9dd9573813..a8fc0ccf3b159a016ac0681196812cfba753ddc0 100644 (file)
--- a/html/password.php
+++ b/html/password.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=\"".htmlentities($ssl)."\"><b>"._("Enter SSL session")."</b></a>!");
} else {
$smarty->assign ("ssl", "");
}