diff options
author | cash <cash.costello@gmail.com> | 2011-12-17 12:43:35 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-17 12:43:35 -0500 |
commit | a62adbd9cb180fe6bbf88cff2f787d262f737ecb (patch) | |
tree | 9ecc324eba4dcdf57f98cde1bcc66e03c148b027 /start.php | |
parent | bc56428d493d99576ff274611df3b029e7e47e0a (diff) | |
download | elgg-a62adbd9cb180fe6bbf88cff2f787d262f737ecb.tar.gz elgg-a62adbd9cb180fe6bbf88cff2f787d262f737ecb.tar.bz2 |
removed code from previous plugin
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ <?php
/**
* Elgg OpenID client
- *
+ *
+ * This is a rewrite of the OpenID client written by Kevin Jardine for
+ * Curverider Ltd for Elgg 1.0-1.7.
*/
elgg_register_event_handler('init', 'system', 'openid_client_init');
|