diff options
Diffstat (limited to '')
-rw-r--r-- | profile.php | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/profile.php b/profile.php index 532964fe1..5284dbe78 100644 --- a/profile.php +++ b/profile.php @@ -2,10 +2,10 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ // | revision : $Revision$ @@ -38,13 +38,6 @@ include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); // +-----------------------------------------------------------------------+ check_status(ACCESS_CLASSIC); -if ($user['is_the_guest'] and !$guest_allowed) -{ - echo '<div style="text-align:center;">'.$lang['only_members'].'<br />'; - echo '<a href="./identification.php">'.$lang['ident_title'].'</a></div>'; - exit(); -} - $userdata = $user; //------------------------------------------------------ update & customization |