diff options
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/icondirect.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile/icondirect.php b/mod/profile/icondirect.php index 40bfdf98a..cf67fae04 100644 --- a/mod/profile/icondirect.php +++ b/mod/profile/icondirect.php @@ -82,7 +82,6 @@ ob_start();
include(dirname(dirname(dirname(__FILE__))).'/simplecache/view.php');
$loc = ob_get_clean();
- echo $loc;
header('Location: ' . $loc);
exit;
//$contents = @file_get_contents(dirname(__FILE__) . "/graphics/default{$size}.jpg");
|