We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / plugins / info / setup.php
index 6d757c458791e45a50b9c12477bb6ffba095dbb5..359198780bd1dd35d3d78ac2436c088c020401b0 100644 (file)
@@ -1,13 +1,17 @@
 <?php
 
-/* setup file for the IMAP server info plugin
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+/** setup file for the IMAP server info plugin
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *   
  * by: Jason Munro jason@stdbev.com
- *
+ * 
+ * $Id$
+ * @package plugins
+ * @subpackage info
  */
 
+/** @ignore */
 require_once (SM_PATH . 'plugins/info/functions.php');
 
 function squirrelmail_plugin_init_info() {