diff options
author | INOPIAE <inopiae@cacert.org> | 2013-04-10 00:56:42 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-04-10 00:56:42 +0200 |
commit | 8d5dd58706342416219c846bdb80d4d0554bd475 (patch) | |
tree | 7ca2cc62d816e45bc70b7c0d2aced2808f95b3ff | |
parent | 3e5f531ec642be84871af9bbb18e0ac930b76736 (diff) | |
download | cacert-devel-8d5dd58706342416219c846bdb80d4d0554bd475.tar.gz cacert-devel-8d5dd58706342416219c846bdb80d4d0554bd475.tar.xz cacert-devel-8d5dd58706342416219c846bdb80d4d0554bd475.zip |
bug 1154: Changed URL
-rw-r--r-- | pages/index/4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/4.php b/pages/index/4.php index 8ad7637..19982f6 100644 --- a/pages/index/4.php +++ b/pages/index/4.php @@ -25,7 +25,7 @@ ?> <? if($_SESSION['_config']['hostname'] == $_SESSION['_config']['securehostname']) { ?> -<p><?=sprintf(_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your email/pass phrase to get a new certificate, by clicking on %'Password Login'% to the right of your screen."),"<a href='https://cacert1.it-sls.de/index.php?id=4'>", "</a>")?></p> +<p><?=sprintf(_("Warning! You've attempted to log into the system with a client certificate, but the login failed due to the certificate being expired, revoked, disabled for certificate login, or simply not valid for this site. You can login using your email/pass phrase to get a new certificate, by clicking on %s'Password Login'%s to the right of your screen."),"<a href='".$_SESSION['_config']['normalhostname']."/index.php?id=4'>", "</a>")?></p> <? } else { ?> <style> .box2 {width:100%;text-align:center;} |