aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2004-12-20 22:03:04 +0000
committerplegall <plg@piwigo.org>2004-12-20 22:03:04 +0000
commit7543485ba84b14cf928184b5c7de40772fe3c04f (patch)
treefee9d958cbf341aff2a005f10a2db3180804a38e /identification.php
parentc19f01d77c990962baef1906ac0ed60280324b77 (diff)
- 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
Diffstat (limited to 'identification.php')
-rw-r--r--identification.php6
1 files changed, 1 insertions, 5 deletions
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');