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
+