Actionhandler geimplementeerd.
This commit is contained in:
16
dev_mvc/view/pagecontent/content_verify.php
Normal file
16
dev_mvc/view/pagecontent/content_verify.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
if(isset($completed)){
|
||||
echo("account activated!");
|
||||
}
|
||||
else{
|
||||
echo("account activation went wrong!
|
||||
<br> Go here: <a href='?p=resend_email'>Resend email verification</a>
|
||||
<br>
|
||||
|
||||
");
|
||||
}
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user