Update system_info.php

This commit is contained in:
WShells
2019-03-15 19:49:57 +02:00
committed by GitHub
parent a2b10612c5
commit e5927f94c6

View File

@@ -38,7 +38,7 @@
elseif (strpos($user_agent, 'MSIE') || strpos($user_agent, 'Trident/7')) return 'Internet Explorer';
return 'Other';
}
echo '.' . get_browser_name($_SERVER['HTTP_USER_AGENT']);
echo get_browser_name($_SERVER['HTTP_USER_AGENT']);
?><br>
.Server Software: <?php echo $_SERVER['SERVER_SOFTWARE']; ?><br>
@@ -115,4 +115,4 @@
document.body.removeChild(aux);
}
</script>
</div>
</div>