Файл: pages/settings/avtolog.php
Строк: 9
<?
$set['title']='Автологин';
require_once ("../../core/cuctema/head.php");
aut();
err();
echo '<div class="d2">Скопируйте ссылку.<br /> Введите свой пароль после <font color="red">pass=</font> <br /> и установите ссылку в закладки ...</div>';
echo "<div class='d2'><input type='text' value='http://$_SERVER[SERVER_NAME]/?id=$user[id]&pass=".htmlspecialchars($_POST['pass1'])."' /></div>n";
echo "<img src='/style/icons/back.png'/> <a href='?'>Настройки</a>";
require_once ("../../core/cuctema/foot.php");
?>