|
@@ -1,5 +1,4 @@
|
|
|
<?php
|
|
|
-
|
|
|
/**
|
|
|
* This gathers system specification details for use with bug reporting
|
|
|
* and anyone else who needs it.
|
|
@@ -9,10 +8,14 @@
|
|
|
*
|
|
|
* This is a standard Squirrelmail-1.2 API for plugins.
|
|
|
*
|
|
|
- * $Id$
|
|
|
+ * @version $Id$
|
|
|
+ * @package plugins
|
|
|
+ * @subpackage bug_report
|
|
|
*/
|
|
|
|
|
|
-
|
|
|
+/**
|
|
|
+ * load required libraries
|
|
|
+ */
|
|
|
include_once(SM_PATH . 'include/validate.php');
|
|
|
global $body;
|
|
|
|