turn off flowers
This commit is contained in:
parent
6f82ab6d39
commit
3e6d8541cd
@ -1,8 +1,9 @@
|
||||
<?php
|
||||
header('Location: city.php?strah');
|
||||
die();
|
||||
session_start();
|
||||
if (!($_SESSION['uid'] >0)) header("Location: index.php");
|
||||
include "config.php";
|
||||
$user = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '{$_SESSION['uid']}' LIMIT 1;"));
|
||||
include "functions.php";
|
||||
if ($user['room'] != 34) header("Location: main.php");
|
||||
$d = mysql_fetch_array(mysql_query("SELECT sum(`massa`) FROM `inventory` WHERE `owner` = '{$user['id']}' AND `dressed` = 0 AND `setsale` = 0 ; "));
|
||||
@ -119,7 +120,7 @@ function closehint3()
|
||||
}
|
||||
</SCRIPT>
|
||||
</HEAD>
|
||||
<body leftmargin=5 topmargin=5 marginwidth=5 marginheight=5 bgcolor=#d4d4d4>
|
||||
<body>
|
||||
<TABLE border=0 width=100% cellspacing="0" cellpadding="0">
|
||||
<FORM action="city.php" method=GET>
|
||||
<tr><td><h3>Цветочный магазин</td><td align=right>
|
||||
|
Loading…
Reference in New Issue
Block a user