Fixed problem with php
This commit is contained in:
parent
dc2e08946e
commit
8c117338ca
|
@ -71,6 +71,7 @@ $agente = $_SERVER['HTTP_USER_AGENT'];
|
|||
if(preg_match('/MSIE/i',$agente)) {
|
||||
$browser = "MSIE";
|
||||
}
|
||||
else $browser = '';
|
||||
?>
|
||||
<script type="text/javascript" language="javascript">
|
||||
/* <![CDATA[ */
|
||||
|
|
Loading…
Reference in New Issue