I am trying to get this if statement to work but the page turns white when i try to use it, anyone have any idea why ?
if($shortUrlDomain['id'] != '1') && ($shortUrlDomain['remium_only'] != $Auth->id));
{
continue;
}