sauf erreur
il ya un bug dans la 1.6
Hello
there is a little bug in redirect.php
it happen when you have now argument in the url (example for
http://foo.fr/toto the result of redirect ishttp://foo.fr/toto& )
one good way to correct this could be to test the variable $_GET to see
if it empty
here is the code
hope is help
if(!function_exists(‘html_entity_decode’))
{
function html_entity_decode($given_html, $quote_style =
ENT_QUOTES)
{
$trans_table =
array_flip(get_html_translation_table( HTML_SPECIALCHARS, $quote_style));
$trans_table[’’’] = “’”;
return(strtr($given_html, $trans_table));
}
}
if($_GET['go'])
{
$url= html_entity_decode(urldecode($_GET['go']));
unset($_GET['go']);
if ( !empty($_GET) ) {
$url=$url."&".http_build_query($_GET);
}
Header('Location: ' . html_entity_decode(urldecode($url)));
// Header('Location: ’ .
html_entity_decode(urldecode($_GET[‘go’])));
exit;
}
else
{
echo “this won’t work!!”;
}
?>
zorg
http://probesys.com
Bonjour a tous
Je reviens vers vous solliciter vos lumières.
Dans felamimail (1.6.003)
J’envoie dans un mail un lien vers un site web et a la réception j’ai un "&"
qui vient s’ajouter a l’adresse
si j’envoie le message en texte brut au lieu d’html je n’ai pas le souci
que je fasse un copier-coller de l’adresse ou que je passe par l’icône
"insertion lien" j’ai le même phénomène
est ce que qqun a une idée pour ce phénomène
PS j’ai modifie la ligne $mode = ‘simple’; en $mode = ‘extended’;
dans le fichier
/usr/share/egroupware/ felamimail/inc/class.uicompose.inc.php
Merci d’avance pour votre aide
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server’s
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
egroupware-french mailing list
egroupware-french@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-french