From 6fb84c460403ecf84af68e8a8b58c9e2a2ce2238 Mon Sep 17 00:00:00 2001 From: Leander Date: Thu, 20 Apr 2017 14:12:05 +0200 Subject: [PATCH] T201704201411 --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index fa12cb6..bc8825c 100644 --- a/config.inc.php +++ b/config.inc.php @@ -16,8 +16,8 @@ define('DATABASE_NAME', 'CSDB'); //consts for points calculation define('MAX_POINTS', 1000); define('MIN_POINTS', 100); -define('POINTS_REDUCTION', 40); define('TIME_FULL', 0); +define('POINTS_REDUCTION', 40); define('REDUCTION_STEP', 100); // TODO