Project

General

Profile

Actions

Bug #21247

closed

Replace header(Location:) with t3lib_div::redirect()

Added by Steffen Gebert about 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-10-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Replace
header('Location: '.t3lib_div::linkThisScript($vA));
exit;
with
t3lib_div::redirect(t3lib_div::linkThisScript($vA));
in class.em_index.php

(issue imported from #M12201)


Files

12201.diff (609 Bytes) 12201.diff Administrator Admin, 2009-10-12 10:00
Actions #1

Updated by Benni Mack almost 15 years ago

Committed to trunk (rev. 6930)

Actions #2

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF