Fixed a URL bug
This commit is contained in:
parent
0e06e36fa8
commit
32760e2031
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@
|
||||||
$body .= _("To make it easier for others in your area to find you, it's helpful to list yourself as an assurer (this is voluntry), as well as a physical location where you live or work the most. You can flag your account to be listed, and add a comment to the display by going to:")."\n\n";
|
$body .= _("To make it easier for others in your area to find you, it's helpful to list yourself as an assurer (this is voluntry), as well as a physical location where you live or work the most. You can flag your account to be listed, and add a comment to the display by going to:")."\n\n";
|
||||||
$body .= "https://www.cacert.org/wot.php?id=8\n\n";
|
$body .= "https://www.cacert.org/wot.php?id=8\n\n";
|
||||||
$body .= _("You can list your location by going to:")."\n\n";
|
$body .= _("You can list your location by going to:")."\n\n";
|
||||||
$body .= "https://www.cacert.org/wot.php?id=7\n\n";
|
$body .= "https://www.cacert.org/wot.php?id=13\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if($_SESSION['profile']['board'] == 1 && intval($_POST['expire']) > 0)
|
if($_SESSION['profile']['board'] == 1 && intval($_POST['expire']) > 0)
|
||||||
|
|
Loading…
Reference in a new issue