From 7543485ba84b14cf928184b5c7de40772fe3c04f Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 20 Dec 2004 22:03:04 +0000 Subject: - restricted access mode deleted : set all your categories as private instead git-svn-id: http://piwigo.org/svn/trunk@651 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'identification.php') diff --git a/identification.php b/identification.php index 8fd140a91..a395e72ca 100644 --- a/identification.php +++ b/identification.php @@ -95,12 +95,8 @@ if ( sizeof( $errors ) != 0 ) $template->assign_block_vars('errors.error',array('ERROR'=>$errors[$i])); } } - //-------------------------------------------------------------- visit as guest -if ( $conf['access'] == 'free' ) -{ - $template->assign_block_vars('free_access',array()); -} +$template->assign_block_vars('free_access',array()); //----------------------------------------------------------- html code display $template->pparse('identification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); -- cgit v1.2.3