thicker border
[squirrelmail.git] / plugins / bug_report / show_system_specs.php
index 020dd518c1f0a32dd4d993b89ab6f7bff44a67f9..16d51d8b672ea6847b6494bb4337f8cd20b31ade 100644 (file)
@@ -3,11 +3,10 @@
 /**
  * This shows system specification details.
  *
- * 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.
  *
+ * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage bug_report
 define('SM_PATH','../../');
 include_once(SM_PATH . 'include/validate.php');
 
+/** is bug_report plugin disabled */
+if (! is_plugin_enabled('bug_report')) {
+    error_box(_("Plugin is disabled."),$color);
+    echo "\n</body></html>\n";
+    exit();
+}
 ?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <body>
 <pre>