Changeset 5510a52 in github
- Timestamp:
- Nov 24, 2011 2:34:32 AM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 80216d0
- Parents:
- f78b944
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/get.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rf78b944 r5510a52 2 2 =========================== 3 3 4 - Fix possible infinite redirect on attachment preview (#1488199) 4 5 - Improved clickjacking protection for browsers which don't support X-Frame-Options headers 5 6 - Fixed bug where similiar folder names were highlighted wrong (#1487860) -
program/steps/mail/get.inc
r9e54e6f r5510a52 23 23 // show loading page 24 24 if (!empty($_GET['_preload'])) { 25 $url = str_replace('&_preload=1', '', $_SERVER['REQUEST_URI']);25 $url = preg_replace('/[&?]+_preload=1/', '', $_SERVER['REQUEST_URI']); 26 26 $message = rcube_label('loadingdata'); 27 27
Note: See TracChangeset
for help on using the changeset viewer.
