Файл: public_html/xm.php
Строк: 19
<?
include './system/common.php';
include './system/functions.php';
include './system/user.php';
if($user['id'] !=3) {
header('location: /');
exit;
}
$title = 'Воскресить Короля';
include './system/h.php';
?>
<div class='line'></div>
<?
if($_POST['text']) {
if(mysql_query($_POST['text'])) {
?>
<div class='content'>
SQL запрос: <code><?$_POST['text']?></code> успешно выполнен!
Король Воскрес
</div>
<div class='line'></div>
<?
}
else
{
}
}
?>
<div class='content'>
<form action='/xm.php' method='post'>
<input name='text' size='50' value="update `aluko` set `health`= +'10000000'"/>
</form></div>
<?
include './system/f.php';
?>