Файл: Boomchat 7.1/rescue/updater.php
Строк: 38
<?php
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Boomchat updater 2.0</title>
<link rel="stylesheet" type="text/css" href="data/style.css" />
<script type="text/javascript" src="data/jquery-1.9.0.min.js"></script>
</head>
<body>
<div id="external_wrap">
<div id="container_login" class="background_login">
<div id="header_login" class="bottom_separator">
<img src="data/default.png"/>
</div>
<div id="content_login" class="top_separator">
<div id="login_error"><div class="error" id="login_error_inside"></div></div>
<h3>Welcome to the updater</h3>
<h4>By pressing the button UPDATE you will allow Boomchat to update your database
please enter your super admin information to allow boomchat to connect and update
your database</h4>
<label>Username</label>
<input class="update_input" id="username" type="text"/>
<label>Password</label>
<input class="update_input" id="password" type="password"/>
<button id="update_button">UPDATE</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="data/call.js"></script>
</body>
</html>
?>