Example #1
0
 public function afterPermissionCheck()
 {
     if (gfGetVar('reset', false)) {
         Session::setupWebSession();
     }
     $this->redirect = Session::redirectLastStep(0);
     $this->tdList = TopicalDomain::fromDatabaseCompleteList();
 }