Перенаправление.
This commit is contained in:
@@ -10,6 +10,8 @@ Config::init();
|
||||
if (!empty($_GET['id']) && !empty($_GET['code'])) {
|
||||
$status = Confirmation::byCode((int)$_GET['id'], (int)$_GET['code']);
|
||||
}
|
||||
|
||||
header('refresh:5;url=' . Config::get('https'));
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user