|
@@ -174,6 +174,7 @@ View::show_header('Staff Tools');
|
174
|
174
|
<?
|
175
|
175
|
// begin Site Information category
|
176
|
176
|
$ToolsHTML = "";
|
|
177
|
+ create_row("Database specifics", "tools.php?action=database_specifics", check_perms("site_debug"));
|
177
|
178
|
create_row("Economic stats", "tools.php?action=economic_stats", check_perms("site_view_flow"));
|
178
|
179
|
|
179
|
180
|
create_row("Invite pool", "tools.php?action=invite_pool", check_perms("users_view_invites"));
|