Beispiel #1
0
 public function changepasswordsAction()
 {
     $oService = new Model_Service();
     if ($oService->changePasswods()) {
         $this->indexAction('Hasla pomyslnie ustandaryzowane.');
     } else {
         $this->indexAction('Blad podczas standaryzacji hasel!');
     }
 }