summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/utils/error.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-25 14:48:30 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-25 14:48:30 +0000
commit8f31ff973cbc5ff16eb0378eb12c18ecec9f3beb (patch)
tree3d1a89f545136690be6aefd0487b0424a6380dd0 /roundcubemail/program/steps/utils/error.inc
parent121ae23a83555b34c28b9967113a0cdf1755387a (diff)
Slighlty increase minimum browser requirements
git-svn-id: https://svn.roundcube.net/trunk@5903 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/utils/error.inc')
-rw-r--r--roundcubemail/program/steps/utils/error.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/program/steps/utils/error.inc b/roundcubemail/program/steps/utils/error.inc
index 8644d34c8..050c1f7cd 100644
--- a/roundcubemail/program/steps/utils/error.inc
+++ b/roundcubemail/program/steps/utils/error.inc
@@ -29,11 +29,11 @@ if ($ERROR_CODE==409) {
$__error_title = 'Your browser does not suit the requirements for this application';
$__error_text = <<<EOF
<i>Supported browsers:</i><br />
-&raquo; &nbsp;Netscape 7+<br />
&raquo; &nbsp;Microsoft Internet Explorer 6+<br />
-&raquo; &nbsp;Mozilla Firefox 1.0+<br />
-&raquo; &nbsp;Opera 8.0+<br />
-&raquo; &nbsp;Safari 1.2+<br />
+&raquo; &nbsp;Mozilla Firefox 3+<br />
+&raquo; &nbsp;Chrome 10+<br />
+&raquo; &nbsp;Safari 4+<br />
+&raquo; &nbsp;Opera 8+<br />
<br />
&raquo; &nbsp;JavaScript enabled<br />
&raquo; &nbsp;Support for XMLHTTPRequest<br />