using squirrelmail api in order to be able to use plugin with imaps and
[squirrelmail.git] / plugins / bug_report / setup.php
index 18be67b65184d295736ff3b3ffe4430e1785a7d0..f4797fdcaffc05abd108117b499b0b7dc73df7c9 100644 (file)
@@ -3,10 +3,10 @@
 /**
  * setup.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail development team
+ * Copyright (c) 1999-2005 The SquirrelMail Project 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