This commit is contained in:
Igor Barkov (iwork) 2020-06-23 16:54:16 +03:00
parent 9d6d1c3bd8
commit 7f40e25989
2 changed files with 3 additions and 1 deletions

View File

@ -396,3 +396,4 @@ $exptable = [
// Нигде не используются? // Нигде не используются?
$abils_array = ['attack', 'sleep', 'sleepf']; $abils_array = ['attack', 'sleep', 'sleepf'];
$ab_user = ['sleep15', 'sleep30', 'closebattle', 'heal20', 'heal35', 'heal50', 'travmoff', 'attack', 'bloodattack', 'death', 'comment', 'openbattle', 'reamdeath', 'clone', 'unclone']; $ab_user = ['sleep15', 'sleep30', 'closebattle', 'heal20', 'heal35', 'heal50', 'travmoff', 'attack', 'bloodattack', 'death', 'comment', 'openbattle', 'reamdeath', 'clone', 'unclone'];
echo 'config_test';

View File

@ -10,6 +10,7 @@ if ($get === 'exit') {
if (!isset($_SESSION['uid'])) { if (!isset($_SESSION['uid'])) {
header("Location: index.php"); header("Location: index.php");
} }
echo 'test';
require_once 'functions.php'; require_once 'functions.php';
$tmaz = time(); $tmaz = time();
try { try {