aboutsummaryrefslogtreecommitdiff
path: root/account/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'account/register.php')
-rw-r--r--account/register.php13
1 files changed, 9 insertions, 4 deletions
diff --git a/account/register.php b/account/register.php
index 1a6109762..66a4cfe41 100644
--- a/account/register.php
+++ b/account/register.php
@@ -1,12 +1,17 @@
<?php
-
/**
- * Elgg registration page
+ * Assembles and outputs the registration page.
+ *
+ * Since 1.8 registration can be disabled via administration. If this is
+ * the case, calls to this page will forward to the network front page.
+ *
+ * If the user is logged in, this page will forward to the network
+ * front page.
+ *
+ * @see views/default/account/forms/register.php
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
/**