modified : login check is added when website is set private
This commit is contained in:
parent
42535be431
commit
c73b1ace41
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ assign('total_quicklist',$cbvid->total_quicklist());
|
|||
|
||||
cb_call_functions( 'clipbucket_init_completed' );
|
||||
|
||||
if (!$in_bg_cron){
|
||||
if (!$in_bg_cron && THIS_PAGE != 'signup'){
|
||||
if($Cbucket->configs['access_to_logged_in']=='yes'){
|
||||
$userquery->logincheck();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue