Show System Specs link has no place under the Options
[squirrelmail.git] / plugins / bug_report / setup.php
index 3e782d4816dfe8ae1185cf8c04ce0a2bcd91ae17..757cd5458a1a7d77b081f209db3db11be9726a53 100644 (file)
@@ -85,9 +85,6 @@ function bug_report_options() {
         echo ' checked="checked"';
     }
     echo ' /> ' . _("Show button in toolbar") . "</td></tr>\n";
-
-    echo '<tr><td></td>' .
-         '<td><a href="' . SM_PATH . 'plugins/bug_report/show_system_specs.php" target="_blank"><small>' . _("Show system specs") . '</small></a></td></tr>';
 }
 
-?>
\ No newline at end of file
+?>