summaryrefslogtreecommitdiff
path: root/program/steps/utils/error.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-02-25 14:48:30 +0000
committerthomascube <thomas@roundcube.net>2012-02-25 14:48:30 +0000
commit1e09cd081107b4e4e639e599c4c95406559be111 (patch)
tree7ffdb5df4d7222fcf652e2b783ba6196cc397c34 /program/steps/utils/error.inc
parentb6837c3732cd7699004a4a24adb89da497a8c8c1 (diff)
Slighlty increase minimum browser requirements
Diffstat (limited to 'program/steps/utils/error.inc')
-rw-r--r--program/steps/utils/error.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/program/steps/utils/error.inc b/program/steps/utils/error.inc
index 8644d34c8..050c1f7cd 100644
--- a/program/steps/utils/error.inc
+++ b/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 />