Файл: modules/user/autologin.php
Строк: 24
<?php
if(!isset($user))
{go('/');}
$locate = 'in_cabinet';
$title = $lang->word('autologin');
require_once(SYS.'/view/header.php');
$tpl->div('title', ''.$lang->word('autologin').'');
$tpl->div('menu', ''.$lang->word('autologin_1').':<br/>
<input name="autologin" type="text" class="input" value="http://mostop.net/sign_in/?nick=ваш_логин&password=ваш_пароль" />');
$tpl->div('block', NAV.'<a href="/user/panel/">'.$lang->word('user_panel').'</a><br/>' . HICO .'<a href="/">'. $lang->word('home').'</a>');
require_once(SYS.'/view/footer.php');
?>