- 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
This commit is contained in:
plegall 2004-12-20 22:03:04 +00:00
commit 7543485ba8
8 changed files with 4 additions and 41 deletions

View file

@ -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');