Changeset 2547 in subversion
- Timestamp:
- May 26, 2009 12:54:55 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/error.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/error.inc
r2516 r2547 86 86 87 87 88 // Ajax request 89 if ($OUTPUT && ($OUTPUT instanceof rcube_json_output)) { 90 header("HTTP/1.0 $ERROR_CODE $__error_title"); 91 die; 92 } 93 88 94 // compose page content 89 90 95 $__page_content = <<<EOF 91 96 <div> … … 94 99 </div> 95 100 EOF; 96 97 98 101 99 102 if ($OUTPUT && $OUTPUT->template_exists('error')) {
Note: See TracChangeset
for help on using the changeset viewer.
