Show System Specs link has no place under the Options
[squirrelmail.git] / plugins / bug_report / setup.php
index 18be67b65184d295736ff3b3ffe4430e1785a7d0..757cd5458a1a7d77b081f209db3db11be9726a53 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (c) 1999-2005 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- * This is a standard Squirrelmail-1.2 API for plugins.
+ * This is a standard SquirrelMail 1.2 API for plugins.
  *
  * @version $Id$
  * @package plugins
@@ -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
+?>