TYPO3 CMS  TYPO3_6-2
EnctypeAttribute.php
Go to the documentation of this file.
1 <?php
3 
23 
37  public function getValue() {
38  $value = strtolower((string) $this->value);
39  if ($value == 'multipart/form-data' || $value == 'application/x-www-form-urlencoded') {
40  $attribute = $value;
41  } elseif (!empty($GLOBALS['TYPO3_CONF_VARS']['SYS']['form_enctype'])) {
42  $attribute = $GLOBALS['TYPO3_CONF_VARS']['SYS']['form_enctype'];
43  }
44  return $attribute;
45  }
46 
47 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]