isMobile(); if( $check ) { header('location: mobile/'); } else { header('location: desktop/'); } exit;