Pagina 1 van 1

Re: verificatie link aanpassen

Geplaatst: do 24 apr 2008, 14:32
door Jeroen
In add_user.php:

Op regel 124 t/m 125 staat:

$activeer_adres = "<a href=http://" . $_SERVER['SERVER_NAME'] . $_SERVER['PHP_SELF'] .
"?id=" . $dbid . "&code=" . $actcode .
"&registration=true>Klik op deze link om je account te activeren</a>";

Maak daarvan:

$activeer_adres = "<a href=http://webadrespoel.nl/add_user.php?id=" . $dbid . "&$code=" . $actcode .
"&registration=true>Klik op deze link om je account te activeren</a>";

& dit tekentje is een Shift-7 (en tekentje)...

Jeroen