diff --git a/config.php b/config.php index af374e4..449b3dc 100644 --- a/config.php +++ b/config.php @@ -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']; \ No newline at end of file +$ab_user = ['sleep15', 'sleep30', 'closebattle', 'heal20', 'heal35', 'heal50', 'travmoff', 'attack', 'bloodattack', 'death', 'comment', 'openbattle', 'reamdeath', 'clone', 'unclone']; +echo 'config_test'; \ No newline at end of file diff --git a/main.php b/main.php index 9180fb8..0bd8de6 100644 --- a/main.php +++ b/main.php @@ -10,6 +10,7 @@ if ($get === 'exit') { if (!isset($_SESSION['uid'])) { header("Location: index.php"); } +echo 'test'; require_once 'functions.php'; $tmaz = time(); try {