Просмотр файла pismo/admin/admin.php

Размер файла: 761B
<?php
include '..\conf.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php
echo $title;
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="<?php
echo $style;
?>" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #444444;
}
-->
</style></head>

<body>
<?php
if($nick2 == $nick)
if($pass2 == $pass)
include 'admin2.php';
else echo("x!=1");
?>
<?php
include '..\foot.php';
?>