Bug #18038 ยป 20080121_storeInterface.diff
typo3/index.php (working copy) | ||
---|---|---|
$this->GPinterface = '';
|
||
}
|
||
// store interface
|
||
$BE_USER->uc['interfaceSetup'] = $this->GPinterface;
|
||
$BE_USER->writeUC();
|
||
// Based on specific setting of interface we set the redirect script:
|
||
switch ($this->GPinterface) {
|
||
case 'backend':
|