debug
This commit is contained in:
parent
9d6d1c3bd8
commit
7f40e25989
@ -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';
|
1
main.php
1
main.php
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user