143 $this->tce->stripslashes_values = 0;
146 if (
$GLOBALS[
'BE_USER']->uc[
'recursiveDelete']) {
148 $this->tce->deleteTree = 1;
150 if (
$GLOBALS[
'BE_USER']->uc[
'copyLevels']) {
154 if (
$GLOBALS[
'BE_USER']->uc[
'neverHideAtCopy']) {
155 $this->tce->neverHideAtCopy = 1;
157 $TCAdefaultOverride =
$GLOBALS[
'BE_USER']->getTSConfigProp(
'TCAdefaults');
158 if (is_array($TCAdefaultOverride)) {
159 $this->tce->setDefaultsFromUserTS($TCAdefaultOverride);
162 if ($this->flags[
'reverseOrder']) {
163 $this->tce->reverseOrder = 1;
174 if (is_array($this->CB)) {
176 $clipObj->initializeClipboard();
177 if ($this->CB[
'paste']) {
178 $clipObj->setCurrentPad($this->CB[
'pad']);
179 $this->cmd = $clipObj->makePasteCmdArray(
182 isset($this->CB[
'update']) ? $this->CB[
'update'] : NULL
185 if ($this->CB[
'delete']) {
186 $clipObj->setCurrentPad($this->CB[
'pad']);
187 $this->cmd = $clipObj->makeDeleteCmdArray($this->cmd);
200 $this->tce->start($this->data, $this->cmd);
201 if (is_array($this->mirror)) {
202 $this->tce->setMirror($this->mirror);
207 if ($httpHost != $refInfo[
'host'] && $this->vC !=
$GLOBALS[
'BE_USER']->veriCode() && !
$GLOBALS[
'TYPO3_CONF_VARS'][
'SYS'][
'doNotCheckReferer']) {
208 $this->tce->log(
'', 0, 0, 0, 1,
'Referer host "%s" and server host "%s" did not match and veriCode was not valid either!', 1, array($refInfo[
'host'], $httpHost));
211 $this->tce->process_uploads($_FILES);
213 $this->tce->process_datamap();
214 $this->tce->process_cmdmap();
216 if (!empty($this->cacheCmd)) {
217 $this->tce->clear_cacheCmd($this->cacheCmd);
220 if ($this->uPT && (isset($this->data[
'pages']) || isset($this->cmd[
'pages']))) {
236 $this->tce->printLogErrorMessages($this->redirect);
238 if ($this->redirect && !$this->tce->debug) {
static forceIntegerInRange($theInt, $min, $max=2000000000, $defaultValue=0)
static getIndpEnv($getEnvName)
static makeInstance($className)
static setUpdateSignal($set='', $params='')
static redirect($url, $httpStatus=self::HTTP_STATUS_303)
static sanitizeLocalUrl($url='')
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]