Index: trunk/extensions/CrowdAuthentication/CrowdAuthentication.php |
— | — | @@ -20,6 +20,12 @@ |
21 | 21 | * |
22 | 22 | */ |
23 | 23 | |
| 24 | +$wgExtensionCredits['other'][] = array( |
| 25 | + 'name' => 'Crowd Authentication Plugin', |
| 26 | + 'version' => '$Revision$', |
| 27 | + 'author' => 'River Tarnell', |
| 28 | + 'description' => 'Authentication plugin for Atlassian Crowd', |
| 29 | + ); |
24 | 30 | |
25 | 31 | require_once("AuthPlugin.php"); |
26 | 32 | |
Property changes on: trunk/extensions/CrowdAuthentication/CrowdAuthentication.php |
___________________________________________________________________ |
Added: svn:keywords |
27 | 33 | + Id Revision |