Passwords don't match
';
break;
case(REGISTER_DATABASE):
$message = '
Activation of your account is prohibited
';
break;
case(REGISTER_EMAIL):
$message = 'This is not a valid email address
';
break;
case(REGISTER_PROHIBITED):
$message = 'Activation of your account is prohibited
';
break;
}
echo '
';
include("static/footer.html");
}