Файл: Website/login.php
Строк: 41
<?php
/*** Freedom City | Check RPGBUNNY.COM for more Full RPG Sources | www.rpgbunny.com ***/include "antet.php"; include "func.php";
$_SESSION = array();
session_destroy();
?>
<html>
<?php echo "<link rel='stylesheet' type='text/css' href='".$imgs.$fimgs."default.css'>"; ?>
<script src="func.js" type="text/javascript"></script>
<head>
<title><?php echo $title; ?> - <?php echo $lang['login'] ?></title>
</head>
<body class="q_body">
<link rel="stylesheet" type="text/css" href="layout/css/css/style.css"/>
<div align="left">
<table class="q_table" background="images/login_background.jpg" width="100%">
<tr>
<td height="550" align="center" valign="top">
<br><br><br><br><br><br><br><br><br><br><br><br>
<form action="login_.php" method="post" name="form" target="_self">
<label><?php echo $lang['username'] ?>
<input class='textbox' type="text" name="name" id="name">
</label>
<p>
<label><?php echo $lang['password'] ?>
<input class='textbox' type="password" name="pass">
</label>
</p>
<p>
<label>
<input class='button' type="submit" name="login" value="<?php echo $lang['login'] ?>">
</label>
</p>
<p><a title='<?php echo $lang['emailPass'] ?>' class='q_link' href='javascript: forgot();'><?php echo $lang['emailPass'] ?></a></p>
</form> </td>
</tr>
</table>
</td>
</tr>
</div>
</body>
</html>