<?php

declare(strict_types=1);

// Docelowy adres po wejściu na billcloud.net
$redirectUrl = 'https://billcloud.net/';

header('Location: ' . $redirectUrl, true, 301);
exit;