T201704201407

This commit is contained in:
Leander
2017-04-20 14:07:21 +02:00
parent edd47c29cc
commit 6b72ad494e
2 changed files with 15 additions and 2 deletions

View File

@@ -13,5 +13,12 @@ define('DATABASE_USER', 'gr2');
define('DATABASE_PASSWORD', '2Au-R2n-cQN-uuG');
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('REDUCTION_STEP', 100);
// TODO
?>