Changeset 1434 in subversion
- Timestamp:
- May 27, 2008 10:58:04 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/upload.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/upload.inc
r1427 r1434 21 21 22 22 23 if (!$_SESSION['compose']) 24 { 25 exit; 26 } 23 if (!$_SESSION['compose']) { 24 die("Invalid session var!"); 25 } 27 26 28 27 … … 35 34 36 35 37 $response = ''; 36 // clear all stored output properties (like scripts and env vars) 37 $OUTPUT->reset(); 38 38 39 39 if (is_array($_FILES['_attachments']['tmp_name']))
Note: See TracChangeset
for help on using the changeset viewer.
