Beispiel #1
0
 public static function authenticateUser($userName, $password)
 {
     return $obj_retResult = DAL_manageUser::authenticateUser($userName, $password);
 }