Fixed problem with php

This commit is contained in:
m-lopez-f 2015-12-22 11:40:38 +01:00
parent dc2e08946e
commit 8c117338ca
1 changed files with 1 additions and 0 deletions

View File

@ -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[ */