diff options
Diffstat (limited to 'cacert/pages/index/4.php')
-rw-r--r-- | cacert/pages/index/4.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cacert/pages/index/4.php b/cacert/pages/index/4.php index fa58279..ffbfe26 100644 --- a/cacert/pages/index/4.php +++ b/cacert/pages/index/4.php @@ -45,9 +45,9 @@ h1 {font-size:1.9em;text-align:center;} <label for="email"><?=_("Email Address")?>:</label><input type='text' name="email" value="<?=sanitizeHTML(array_key_exists("email",$_REQUEST)?$_REQUEST['email']:"")?>" <? if(array_key_exists('notauto',$_REQUEST) && $_REQUEST['noauto'] == 1) echo " autocomplete='off'"; ?>/><br /> <label for="pword"><?=_("Pass Phrase")?>:</label><input type='password' name='pword' autocomplete="off"/><br /> <input type='submit' name="process" value="<?=_("Login")?>" /><br /><br /> -<a href='https://www.cacert.org/index.php?id=4'><?=_("Password Login")?></a> - -<a href='https://www.cacert.org/index.php?id=5'><?=_("Lost Password")?></a> - -<a href='https://www.cacert.org/index.php?id=4&noauto=1'><?=_("Net Cafe Login")?></a><br /> +<a href='https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=4'><?=_("Password Login")?></a> - +<a href='https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=5'><?=_("Lost Password")?></a> - +<a href='https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=4&noauto=1'><?=_("Net Cafe Login")?></a><br /> <p class='smalltext'><?=sprintf(_("If you are having trouble with your username or password, please visit our %swiki page%s for more information"), "<a href='http://wiki.cacert.org/wiki/FAQ/LostPasswordOrAccount' target='_new'>", "</a>");?></p> <input type="hidden" name="oldid" value="<?=$id?>"> </form> |