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