diff --git a/config.php b/config.php index e2c5c3a9..0312058d 100644 --- a/config.php +++ b/config.php @@ -255,6 +255,9 @@ $config = array( // when server is offline, it will be checked every time web refreshes, ignoring this variable 'status_interval' => 60, + // admin panel + 'admin_panel_modules' => 'lastlogin,points,coins', + // other 'anonymous_usage_statistics' => true, 'email_lai_sec_interval' => 60, // time in seconds between e-mails to one account from lost account interface, block spam diff --git a/system/pages/admin/dashboard.php b/system/pages/admin/dashboard.php index ac75d822..0fd610d2 100644 --- a/system/pages/admin/dashboard.php +++ b/system/pages/admin/dashboard.php @@ -76,12 +76,13 @@ $twig->display('admin.dashboard.html.twig', array( )); echo '