Файл: admin/icq.php
Строк: 13
<?php
include ("../conf.php");
include ("../lock.php");
if ($user == $myrow["user"] && $pass == $myrow["pass"] && $user != '')
{
if($user == $adname){
include ("../head.php");
echo "<link rel='stylesheet' type='text/css' href='../style.css'/>";
$d = date("y.m.d");
echo '<iframe src="http://c.icq.com/webicq/banias/gb/icq/410/WidgetMain.html?locale=ru-ru" width="100%" height="610" align="left" frameborder="0"></iframe>';
include ("../foot.php");
exit();
}
}
else
{
include ("../head.php");
echo "Ошибка! <br />Неверный <b>Ник</b> или <b>Пароль</b>!<br />";
echo <<<sss
<a href="../index.php">На главную</a>
sss;
}
?>