diff options
Diffstat (limited to 'identification.php')
-rw-r--r-- | identification.php | 6 |
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'); |