Делем крону чуть лучше чем было.

This commit is contained in:
lopar
2018-02-13 21:47:24 +02:00
parent 905f017be6
commit 82ecc37f5e
4 changed files with 47 additions and 47 deletions
+3 -4
View File
@@ -5,8 +5,8 @@
* Project name: Battles-Game
*/
include_once "../config.php";
include_once "../functions.php";
include_once '../config.php';
include_once '../functions.php';
$tm = time();
##########
@@ -536,5 +536,4 @@ if(date("z-H-i") == date("z-H-i", $turnirstart['value']))
mysql_query("TRUNCATE TABLE `deztow_items`");
mysql_query("TRUNCATE TABLE `deztow_trap`");
}
mysql_query('UNLOCK TABLES');
?>
mysql_query('UNLOCK TABLES');