turn off flowers

This commit is contained in:
lopar 2018-03-23 21:12:03 +02:00
parent 6f82ab6d39
commit 3e6d8541cd

View File

@ -1,8 +1,9 @@
<?php <?php
header('Location: city.php?strah');
die();
session_start(); session_start();
if (!($_SESSION['uid'] >0)) header("Location: index.php"); if (!($_SESSION['uid'] >0)) header("Location: index.php");
include "config.php"; include "config.php";
$user = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '{$_SESSION['uid']}' LIMIT 1;"));
include "functions.php"; include "functions.php";
if ($user['room'] != 34) header("Location: main.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 ; ")); $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> </SCRIPT>
</HEAD> </HEAD>
<body leftmargin=5 topmargin=5 marginwidth=5 marginheight=5 bgcolor=#d4d4d4> <body>
<TABLE border=0 width=100% cellspacing="0" cellpadding="0"> <TABLE border=0 width=100% cellspacing="0" cellpadding="0">
<FORM action="city.php" method=GET> <FORM action="city.php" method=GET>
<tr><td><h3>Цветочный магазин</td><td align=right> <tr><td><h3>Цветочный магазин</td><td align=right>