Guest User

Untitled

a guest
Jan 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 729110
  2. 343822
  3. 037221
  4.  
  5. if(empty($password)){
  6. throw new Exception('400;' . __('Invalid Pin'));
  7. } elseif(strlen($password) != 6 && !is_numeric($password)){
  8. throw new Exception('400;' . __('Pin must contain 6 digit number only'));
  9. }
  10.  
  11. 123334
  12. 266661
  13.  
  14. 123456
  15. 012348
  16. 123422
  17.  
  18. 456654
  19. 345543
  20. 789987
Add Comment
Please, Sign In to add comment