From e5927f94c68eaca4541ba617ac5ac3863bf536e5 Mon Sep 17 00:00:00 2001 From: WShells Date: Fri, 15 Mar 2019 19:49:57 +0200 Subject: [PATCH] Update system_info.php --- application/views/configs/system_info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/configs/system_info.php b/application/views/configs/system_info.php index 39d47b4d4..36829cc94 100644 --- a/application/views/configs/system_info.php +++ b/application/views/configs/system_info.php @@ -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']); ?>
.Server Software:
@@ -115,4 +115,4 @@ document.body.removeChild(aux); } - \ No newline at end of file +