Куча мелочей, в том числе по #42.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
ob_start("ob_gzhandler");
|
||||
session_start();
|
||||
if (isset($_POST['end'])) {
|
||||
header("Location: main.php");
|
||||
@@ -162,7 +161,6 @@ $fbattle = new fbattle($user['battle']);
|
||||
$dressed = db::c()->query('SELECT `id` FROM `inventory` WHERE `id` = ?i AND `dressed` = 1', $_GET['use'])->fetch_row();
|
||||
if ((int)$dressed[0] > 0) {
|
||||
$my_class = $fbattle->my_class;
|
||||
ob_start();
|
||||
usemagic($_GET['use'], "" . $_POST['target']);
|
||||
$bb = explode("<!--", ob_get_clean());
|
||||
$bb = str_replace('"', """, (strip_tags($bb[0])));
|
||||
|
||||
Reference in New Issue
Block a user