** -> *
[squirrelmail.git] / functions / plugin.php
index bb77c0685fa4c4aff4e1e30bbb40b471a32acc82..59e8d2e9bab024b894e8faef101047454a1d6b90 100644 (file)
@@ -1,17 +1,17 @@
 <?php
 
    /**
-    **  plugin.php
-    **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  This file provides the framework for a plugin architecture.
-    **
-    **  Documentation on how to write plugins might show up some time.
-    **
-    **  $Id$
-    **/
+    *   plugin.php
+    *
+    *   Copyright (c) 1999-2001 The Squirrelmail Development Team
+    *   Licensed under the GNU GPL. For full terms see the file COPYING.
+    *
+    *   This file provides the framework for a plugin architecture.
+    *
+    *   Documentation on how to write plugins might show up some time.
+    *
+    *   $Id$
+    */
 
     global $squirrelmail_plugin_hooks;