View file masteru.site/paywk/success.php
<?
//-----Создаем титл страницы-----//
$title = 'Успешно';
//-----Подключаем функции-----//
include_once ('../system/function.php');
//-----Подключаем вверх-----//
include_once ('../system/header.php');
header('Location: /index.php');
include_once ('../system/footer.php');
?>