Browse Source

Show database_specifics staff tool in list

spaghetti 8 years ago
parent
commit
e54682d051
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      sections/tools/tools.php

+ 1
- 0
sections/tools/tools.php View File

@@ -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"));

Loading…
Cancel
Save