Màj de certaines URL

This commit is contained in:
Alan Garcia 2012-12-04 11:06:26 +00:00
parent f230a6f511
commit 799876ea02
2 changed files with 3 additions and 3 deletions

View File

@ -1138,7 +1138,7 @@ class m_dom {
*/
function add_slave_ip($ip,$class="32") {
global $db,$err;
if (!checkip($ip)) { // FIXME: replace by filter_var (same for checkfqdn ?
if (!checkip($ip)) {
$err->raise("dom",_("The IP address you entered is incorrect"));
return false;
}

View File

@ -462,7 +462,7 @@ Quelqu'un (peut-etre vous) a demand
Afin de confirmer que cet email est valide, merci de vous rendre à l'adresse
ci-dessous :
https://$L_FQDN/admin/mem_cm.php?usr=$cuid&cookie=$COOKIE
https://$L_FQDN/mem_cm.php?usr=$cuid&cookie=$COOKIE
(attention : si cette adresse est coupée sur 2 lignes, ne pas oublier de
reconstituer sur une seule ligne). Le bureau vous demandera la clé qui vous
@ -542,7 +542,7 @@ Cordialement.
if ($hlp!="hlp_$file") {
$hlp=preg_replace(
"#HELPID_([0-9]*)#",
"<a href=\"javascript:help(\\1);\"><img src=\"/admin/aide/help.png\" width=\"17\" height=\"17\" style=\"vertical-align: middle;\" alt=\""._("Help")."\" /></a>",$hlp);
"<a href=\"javascript:help(\\1);\"><img src=\"/aide/help.png\" width=\"17\" height=\"17\" style=\"vertical-align: middle;\" alt=\""._("Help")."\" /></a>",$hlp);
echo "<p class=\"hlp\">".$hlp."</p>";
return true;
}