Esempio n. 1
0
function goToAccountView()
{
    $accountEmail = $_REQUEST['email'];
    $accountId = $_REQUEST['accId'];
    $accountParentId = $_REQUEST['parentId'];
    AccountManager::displayAccountView($accountEmail, $accountId, $accountParentId);
    // header('Location: ../account_view.html');
}