Куча мелких фиксов, уборка мусора.
This commit is contained in:
+4
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user