diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-06 14:41:42 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-06 14:41:42 +0000 |
commit | f279b310c8e62dab04c1487bd57efe22ad200e9b (patch) | |
tree | c8e83bcab89de30b1f6f8fca44cb184498216c10 /account/register.php | |
parent | c41462c58bf09baf9e889ee51963d6d8ec06b472 (diff) | |
download | elgg-f279b310c8e62dab04c1487bd57efe22ad200e9b.tar.gz elgg-f279b310c8e62dab04c1487bd57efe22ad200e9b.tar.bz2 |
Refs #2450: Documentation for account/ files added.
git-svn-id: http://code.elgg.org/elgg/trunk@6911 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'account/register.php')
-rw-r--r-- | account/register.php | 13 |
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/ */ /** |