aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-12-17 12:43:35 -0500
committercash <cash.costello@gmail.com>2011-12-17 12:43:35 -0500
commita62adbd9cb180fe6bbf88cff2f787d262f737ecb (patch)
tree9ecc324eba4dcdf57f98cde1bcc66e03c148b027 /start.php
parentbc56428d493d99576ff274611df3b029e7e47e0a (diff)
downloadelgg-a62adbd9cb180fe6bbf88cff2f787d262f737ecb.tar.gz
elgg-a62adbd9cb180fe6bbf88cff2f787d262f737ecb.tar.bz2
removed code from previous plugin
Diffstat (limited to 'start.php')
-rw-r--r--start.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/start.php b/start.php
index d335d6e55..34f3e136f 100644
--- a/start.php
+++ b/start.php
@@ -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');