Просмотр файла release_fix#2/madmin/index.php

Размер файла: 798B
<?php
include "config.php";
echo "
<html>
<head>
<title>
$title
</title>
<link rel='stylesheet' type='text/css' href='style.css'>
</head>
<body bgcolor='silver'>
<div class='row3'>
MySQL-Admin Full Edition<br>
</div>
<div class='row3'>
<form method='GET' action='area.php'>
<input type='hidden' name='do' value='dblist'>
сервер:<br>
<input type='text' name='server' value='$server1'><br>
логин:<br>
<input type='text' name='login' size='15'><br>
пароль:<br>
<input type='password' name='pass' size='15'><br>
<input type='submit' value='войти'><br></form>
<img src='img/accept.png'><a href='terms.php'>пользовательское соглашение</a><br>
<a href='../../'>на сайт</a><br>
</div>
<div class='row3'>$copy</div>
";
?>