Indentation
[squirrelmail.git] / plugins / bug_report / system_specs.php
index 6e1c1bb5d785b103d1bf7dfb0b417e32062b9aa8..c270de148dafd4d75432c7dfb4ff09b8ad9fcc38 100644 (file)
@@ -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;