debug
This commit is contained in:
+4
-2
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
echo 'functions.php.topstart';
|
||||
/**
|
||||
* Copyright (c) 2018.
|
||||
* Author: Igor Barkov <lopar.4ever@gmail.com>
|
||||
* Project name: Battles-Game
|
||||
*/
|
||||
echo '1';
|
||||
echo 'functions.php.start';
|
||||
require_once 'config.php';
|
||||
echo '1';
|
||||
/**
|
||||
@@ -2130,4 +2131,5 @@ function addOnePoint($name, $param = null)
|
||||
function checkIntInRange($int, $min = 1, $max = PHP_INT_MAX)
|
||||
{
|
||||
return (int)filter_var($int, FILTER_VALIDATE_INT, ['options' => ['min_range' => $min, 'max_range' => $max]]);
|
||||
}
|
||||
}
|
||||
echo 'functions.php.end';
|
||||
Reference in New Issue
Block a user