Change web address after confirmation
This commit is contained in:
parent
e86aba689f
commit
0c4a45f1f5
@ -17,7 +17,7 @@ if (!$question)
|
||||
else
|
||||
{
|
||||
$dest_mail = $question->get_validator();
|
||||
$validationAddress = "validation.php?id=".$question->getId();
|
||||
$validationAddress = "/validation.php?id=".$question->getId();
|
||||
|
||||
// Uncomment the following part for random email
|
||||
/*
|
||||
|
Reference in New Issue
Block a user