[insert_php]
if ( is_user_logged_in() ) {
//header(‘Location: http://app.clientmarketerpro.com/portal/’);
echo ‘‘;
}
$bg=rand(1, 12);
[/insert_php]