aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-02-08 13:58:41 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-04-27 19:39:27 +0530
commitadb2441f2207b3092537e96475353a2e0475a961 (patch)
tree04ac726a33691c6cb237dc7ae5d90e347b2ba477 /phpBB/download
parent095ac054e034ad696e5da540690078cacfda1e6d (diff)
downloadforums-adb2441f2207b3092537e96475353a2e0475a961.tar
forums-adb2441f2207b3092537e96475353a2e0475a961.tar.gz
forums-adb2441f2207b3092537e96475353a2e0475a961.tar.bz2
forums-adb2441f2207b3092537e96475353a2e0475a961.tar.xz
forums-adb2441f2207b3092537e96475353a2e0475a961.zip
[ticket/10820] add function docblock
PHPBB3-10820
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 83bcb5aacc..c6a89656af 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -709,6 +709,10 @@ function file_gc()
exit;
}
+/**
+* Check if the browser is internet explorer version 7+
+* @returns true if ie7+
+*/
function phpbb_is_greater_ie7($browser)
{
return (bool) preg_match('/msie (\d{2,3}|[89]+).[0-9.]*;/', strtolower($browser));