Add PHP index file
[squirrelmail.git] / plugins / test / setup.php
index 81646c65e360bd1ae214ed6652dd41b3e40e4ffb..4a4cf88b0a884889bc646f6f87ca77a3aa7f3f71 100644 (file)
@@ -4,7 +4,7 @@
   * SquirrelMail Test Plugin
   * @copyright © 2006 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
-  * @version $Id: setup.php 11080 2006-04-23 19:00:45Z tokul $
+  * @version $Id$
   * @package plugins
   * @subpackage test
   */
@@ -50,6 +50,7 @@ function test_info()
 
    return array(
              'english_name' => 'Test',
+             'version' => 'CORE',
              'summary' => 'This plugin provides some test mechanisms for further diagnosis of the system upon which you are attempting to run SquirrelMail.',
              'details' => 'This plugin provides some test mechanisms for further diagnosis of the system upon which you are attempting to run SquirrelMail.',
              'requires_configuration' => 0,