Project

General

Profile

Bug #18038 ยป 20080121_storeInterface.diff

Administrator Admin, 2008-01-21 19:28

View differences:

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':
    (1-1/1)