From c0865d1c7ee6c02ed05765157170265da45b0644 Mon Sep 17 00:00:00 2001 From: anomen Date: Fri, 8 Jun 2012 22:30:03 +0200 Subject: [PATCH] gc-fallout - db stats --- www-apps/gc-fallout/dev/index.php | 1 - www-apps/gc-fallout/dev/toolbox.php | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www-apps/gc-fallout/dev/index.php b/www-apps/gc-fallout/dev/index.php index d7b4baa..291dc29 100644 --- a/www-apps/gc-fallout/dev/index.php +++ b/www-apps/gc-fallout/dev/index.php @@ -5,7 +5,6 @@ header("Expires: Fri, 01 Jan 2010 05:00:00 GMT"); header("Pragma: no-cache"); require_once('toolbox.php'); -require_once('stats.php'); $U = array(); $params = array('login','klice','penize','jidlo','karma'); diff --git a/www-apps/gc-fallout/dev/toolbox.php b/www-apps/gc-fallout/dev/toolbox.php index 35f3eb1..6e3c615 100644 --- a/www-apps/gc-fallout/dev/toolbox.php +++ b/www-apps/gc-fallout/dev/toolbox.php @@ -3,6 +3,7 @@ require_once('custom.php'); require_once('token.php'); require_once('ipcheck.php'); +require_once('stats.php'); function PORADI() @@ -84,6 +85,7 @@ function ohodnot_hrace(&$U) if(!over_platnost($U)) { /// cheater + dbstats_update($U, '', 'cheater'); echo "cheater"; die(); } -- 2.11.4.GIT