Actionhandler geimplementeerd.

This commit is contained in:
2019-05-17 16:33:24 +02:00
parent 89dcca3021
commit 4a050eda84
12 changed files with 105 additions and 13 deletions

View 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>
");
}
?>