diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 15:57:48 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 15:57:48 +0000 |
commit | 450b57bc95f405aebb1dc110bafc1b5def5041f4 (patch) | |
tree | cb3d05153bd49f4753aafa0becc3f3435fada021 /friends.php | |
parent | 8b474ce9723b7d717c65415149de947fbedceeba (diff) | |
download | elgg-450b57bc95f405aebb1dc110bafc1b5def5041f4.tar.gz elgg-450b57bc95f405aebb1dc110bafc1b5def5041f4.tar.bz2 |
code cleanup
Diffstat (limited to 'friends.php')
-rw-r--r-- | friends.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/friends.php b/friends.php index 61ed52380..50e4aabc3 100644 --- a/friends.php +++ b/friends.php @@ -1,14 +1,10 @@ <?php
/**
- * Elgg file browser
+ * Tidypics Friends Albums Listing
*
- * @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
*/
- require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
+ include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
//if no friends were requested, see world pictures instead, or redirect to user's friends
if (is_null(get_input('username')) || get_input('username')=='') {
|