Куча мелких фиксов, уборка мусора.

This commit is contained in:
lopar
2020-09-30 01:39:06 +03:00
parent 640e85cf18
commit 5ac30becb7
149 changed files with 4221 additions and 11012 deletions
+4 -5
View File
@@ -1,16 +1,15 @@
<?php
ob_start("ob_gzhandler");
session_start();
if (!isset($_SESSION['uid'])) {
header("Location: index.php");
exit;
}
if (isset($_POST['end'])) {
header("Location: main.php");
exit;
}
include('config.php');
include('functions.php');
require_once 'functions.php';
//include('cave/cave_bots.php');
$cavebots = $botnames;
@@ -292,7 +291,7 @@ $fbattle = new fbattle($user['battle']);
style='cursor:pointer' alt='Обновить'>
</a>
<a onClick="findlogin('Сменить противника', 'fbattle.php?smena=1', 'smena'); ">
<img src='ico_change.gif' width=16 height=19
<img src='i/fight/buttons/ico_change.gif' width=16 height=19
style='cursor:pointer' alt='Сменить противника'>
</a>
</td>