* update to 0.7.3

* better solution for hidding samples (configurable)
* removed players.is_sample field
This commit is contained in:
slawkens1
2017-12-19 00:01:59 +01:00
parent 0b2895dc56
commit 779dd003dd
8 changed files with 359 additions and 310 deletions

View File

@@ -148,6 +148,11 @@ else
$config['data_path'] = $tmp;
unset($tmp);
// new config values for compability
if($config['highscores_ids_hidden'] == null) {
$config['highscores_ids_hidden'] = array();
}
// POT
require_once(SYSTEM . 'libs/pot/OTS.php');
$ots = POT::getInstance();