mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-07 07:17:43 -04:00
Update system_info.php
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user