From 9226ae7a7a2b370c5cf10553d590cc4ea8ea0404 Mon Sep 17 00:00:00 2001 From: Atte Date: Wed, 10 Sep 2014 15:36:14 +0300 Subject: [PATCH] Update config.php --- config.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/config.php b/config.php index f0cd53d..265eb43 100644 --- a/config.php +++ b/config.php @@ -241,18 +241,20 @@ 'secret' => true), ); - // TFS 1.0 powergamers and toponline - //Before enabling powergamers, make sure that you have added LUA files and SQL querys to your server. - //can be found at "lua>TFS 1.0" folder. - $config['powergamers_enabled'] = true; //True = working, false = page disabled - $config['powergamers'] = array( - 'limit' => 20, //Number of players visible on the page - ); + // TFS 1.0 powergamers and top online + //Before enabling powergamers, make sure that you have added LUA files and possible cloums to your server. + //files can be found at Lua folder. - $config['toponline_enabled'] = true; //True = working, false = page disabled - $config['toponline'] = array( - 'limit' => 20, //Number of players that it will show. - ); + $config['powergamers'] = array( + 'enabled' => true, // Enable or disable page + 'limit' => 20, //Number of players that it will show. + ); + + $config['toponline'] = array( + 'enabled' => true, // Enable or disable page + 'limit' => 20, //Number of players that it will show. + ); + // Vocation ids and names.