Beispiel #1
0
        }
        $showMessage = mosGetParam($_REQUEST, 'listname', 0);
        if (!empty($redirectlink)) {
            if (!$showMessage) {
                $message = '';
            }
            compa::redirect($redirectlink, $message);
        } else {
            $showPanel = true;
        }
        break;
    case 'list':
        frontEnd::showLists($subscriberId, $listId, $lisType, $action, $task);
        break;
    case 'token':
        auto::receiveToken();
        break;
    default:
        if (class_exists('auto')) {
            $showPanel = auto::getCase($action);
        } else {
            $showPanel = true;
        }
        break;
}
echo $message;
if ($showPanel) {
    frontEnd::introduction($subscriberId, $listId, $lisType);
}
frontHTML::_footer();
echo "\n\r" . '<!--  End : ' . acajoom::version() . '   -->' . "\n\r";