aboutsummaryrefslogtreecommitdiff
path: root/friends.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends.php')
-rw-r--r--friends.php8
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')=='') {