Exemple #1
0
     AccountController::show();
 } else {
     if ($_GET[KEY_TARGET] == "edit") {
         AccountController::edit();
     } else {
         if ($_GET[KEY_TARGET] == "login") {
             AccountController::login();
         } else {
             if ($_GET[KEY_TARGET] == "signout") {
                 AccountController::signout();
             } else {
                 if ($_GET[KEY_TARGET] == "passwordedit") {
                     AccountController::passwordEdit();
                 } else {
                     if ($_GET[KEY_TARGET] == "create") {
                         AccountController::create();
                     } else {
                         if ($_GET[KEY_TARGET] == "verifyplease") {
                             AccountController::verifyPlease();
                         } else {
                             if ($_GET[KEY_TARGET] == "verifydone") {
                                 AccountController::verifyDone();
                             } else {
                                 if ($_GET[KEY_TARGET] == "forgetpassword") {
                                     AccountController::forgetPassword();
                                 } else {
                                     if ($_GET[KEY_TARGET] == "resetpassword") {
                                         AccountController::resetPassword();
                                     } else {
                                         if ($_GET[KEY_TARGET] == "resetpassworddone") {
                                             AccountController::resetPasswordDone();