<?
// MyDcms.RU
// http://mydcms.ru
// Искатель (alex-borisi)
// Другие мои моды найдете у меня на сайте!
include_once '../../sys/inc/start.php';
include_once '../../sys/inc/compress.php';
include_once '../../sys/inc/sess.php';
include_once '../../sys/inc/home.php';
include_once '../../sys/inc/settings.php';
include_once '../../sys/inc/db_connect.php';
include_once '../../sys/inc/ipua.php';
include_once '../../sys/inc/fnc.php';
include_once '../../sys/inc/user.php';
$set['title']='Ссылка для копирования'; // заголовок страницы
include_once '../../sys/inc/thead.php';
aut();
title();
echo "<form method='post' action='?$passgen'>
<input type='text' name='scop' value='[url=".HTMLSPECIALCHARS(GETENV("HTTP_REFERER"))."]Ссылка[/url]' maxlength='512' /><br/>
</form>\n";
echo "<div class='foot'>";
echo "<a href='".HTMLSPECIALCHARS(GETENV("HTTP_REFERER"))."'>Назад</a>";
echo "</div>";
include_once '../../sys/inc/tfoot.php';
?>