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

@ -395,4 +395,5 @@ $exptable = [
// Нигде не используются?
$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'])) {
header("Location: index.php");
}
echo 'test';
require_once 'functions.php';
$tmaz = time();
try {