View file autovybor.php
<? $accept = getenv ('HTTP_ACCEPT'); if(strpos($accept, 'text/html') !== false or $accept == '*/*') {include ('xml.php');} else{ include ('wml.php'); $f_div=''; $f1_div=''; $f2_div=''; $f3_div=''; $div='';} ?>
<? $accept = getenv ('HTTP_ACCEPT'); if(strpos($accept, 'text/html') !== false or $accept == '*/*') {include ('xml.php');} else{ include ('wml.php'); $f_div=''; $f1_div=''; $f2_div=''; $f3_div=''; $div='';} ?>