Changeset b97d0e1 in github
- Timestamp:
- Jun 28, 2012 1:13:49 PM (12 months ago)
- Children:
- 2698d7f
- Parents:
- d901205
- File:
-
- 1 edited
-
program/steps/utils/error.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/utils/error.inc
r041c93c rb97d0e1 24 24 // browser is not compatible with this application 25 25 if ($ERROR_CODE==409) { 26 $user_agent = $ GLOBALS['HTTP_SERVER_VARS']['HTTP_USER_AGENT'];26 $user_agent = $_SERVER['HTTP_USER_AGENT']; 27 27 $__error_title = 'Your browser does not suit the requirements for this application'; 28 28 $__error_text = <<<EOF
Note: See TracChangeset
for help on using the changeset viewer.
