diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-05 12:40:29 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-05 12:40:29 +0000 | 
| commit | 590888350ceaef40434540ce22bb65b8224ff9a2 (patch) | |
| tree | 6088931423883381edea8264c4c6f3dc22c76482 | |
| parent | 7a5007f929a241c318325fa29a62e162a2b78bfa (diff) | |
| download | elgg-590888350ceaef40434540ce22bb65b8224ff9a2.tar.gz elgg-590888350ceaef40434540ce22bb65b8224ff9a2.tar.bz2  | |
Closes #582: Missing commit
git-svn-id: https://code.elgg.org/elgg/trunk@2507 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | register.php | 29 | 
1 files changed, 0 insertions, 29 deletions
diff --git a/register.php b/register.php deleted file mode 100644 index 1eb65dc4c..000000000 --- a/register.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php
 -
 -	/**
 -	 * Elgg registration page
 -	 * 
 -	 * @package Elgg
 -	 * @subpackage Core
 -	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
 -	 * @author Curverider Ltd
 -	 * @copyright Curverider Ltd 2008
 -	 * @link http://elgg.org/
 -	 */
 -
 -	/**
 -	 * Start the Elgg engine
 -	 */
 -		require_once(dirname(__FILE__) . "/engine/start.php");
 -
 -		$friend_guid = (int) get_input('friend_guid',0);
 -		
 -	// If we're not logged in, display the registration page
 -		if (!isloggedin()) {
 -			echo page_draw(elgg_echo('register'), elgg_view("account/forms/register", array('friend_guid' => $friend_guid)));
 -	// Otherwise, forward to the index page
 -		} else {
 -			forward();
 -		}
 -		
 -?>
\ No newline at end of file  | 
