fobe-web/html/verifyemail.php

5 lines
80 B
PHP

<?php
$token = (int)$_GET['token'];
verifyEmail($token);
redirect("/settings");