adding phpdoc blocks
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 10:12:30 +0000 (10:12 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 10:12:30 +0000 (10:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7419 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/bug_report/show_system_specs.php
plugins/bug_report/system_specs.php

index 83e22b039b478c319ad534277746c2a853eb5e72..2f9f5b7a06f40e961e1c46f6a57e36b54a555f24 100644 (file)
@@ -8,10 +8,14 @@
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  *
- * $Id$
+ * @version $Id$
+ * @package plugins
+ * @subpackage bug_report
  */
 
  */
 
-
+/**
+ * @ignore
+ */
 define('SM_PATH','../../');
 include_once(SM_PATH . 'include/validate.php');
 
 define('SM_PATH','../../');
 include_once(SM_PATH . 'include/validate.php');
 
index 6e1c1bb5d785b103d1bf7dfb0b417e32062b9aa8..c270de148dafd4d75432c7dfb4ff09b8ad9fcc38 100644 (file)
@@ -1,5 +1,4 @@
 <?php
 <?php
-
 /**
  * This gathers system specification details for use with bug reporting
  * and anyone else who needs it.
 /**
  * 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.
  *
  *
  * 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;
 
 include_once(SM_PATH . 'include/validate.php');
 global $body;