Просмотр файла adm/sitemap.php

Размер файла: 856B
<?php
defined('WBCAT') or die('Restricted access');
$map_link=base64_decode($_POST['url']);
$buffer = "";

@header("Content-type: text/html; charset=UTF-8");
$buffer .= "<br /><font color='red'>Отправка в Google: не прошла т.к у вас пробная версия модуля</font>";
$buffer .= "<br /><font color='red'>Отправка в Yandex: не прошла т.к у вас пробная версия модуля</font>";
$buffer .= "<br /><font color='green'><b>Вы можете купить это дополнение к скрипту за символическую цену 50р</b></font>";
$buffer .= "<br /><font color='green'><b>подробности смотрите <a href='http://unl-portal.org.ua/zagruzki/google-yandex-sitemap-dlya-wbcat-repack-by-bodja.html'>здесь</a></b></font>";

echo $buffer;

?>