View file stat/_modules/pay/success/index.php

File size: 566B
<?php

	# mark core  v1.0
    # author Drk in
	# date 24.10.19 	

	# core

	require_once ( $_SERVER['DOCUMENT_ROOT']."/_core/system.php" );

	# meta

	$title = 'Покупка статуса GOLD » Мобильные WAP сайты';
	$description = null;
	$keywords = null;
	$tl    = 'Покупка статуса GOLD';

	# head

	require_once ( head );
	
	echo '
	<div class ="show">Покупка прошла успешно.</div>
	<a href="'.site.'" class="touch">« На главную</a>';

	# foot

	require_once ( foot ) ;
?>