Файл: MysqlIManager/MysqlIManager/up.php
Строк: 22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<link rel="stylesheet" href="settings.css" type="text/css">
</head>
<body background="images/top.jpg" style="background-repeat: no-repeat; background-position: center;">
<center>
<?php
include("common.inc");
print("User $User logged in succesfully! - Mysql Version : ");
echo mysql_get_server_info();
echo " - ";
echo mysql_get_host_info();
?>
</center>
</body>
</html>