diff options
Diffstat (limited to 'mod/invitefriends/index.php')
-rw-r--r-- | mod/invitefriends/index.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/invitefriends/index.php b/mod/invitefriends/index.php index 1f27f07aa..b6e45f447 100644 --- a/mod/invitefriends/index.php +++ b/mod/invitefriends/index.php @@ -4,10 +4,6 @@ * Elgg invite page * * @package ElggInviteFriends - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @link http://elgg.org/ */ require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php'); |