Changeset 3627:9bccfc2257ad for admin/langs.php
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/langs.php
r3491 r3627 93 93 try 94 94 { 95 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword($ core->auth->crypt($_POST['your_pwd']))) {95 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword($_POST['your_pwd'])) { 96 96 throw new Exception(__('Password verification failed')); 97 97 } … … 136 136 try 137 137 { 138 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword($ core->auth->crypt($_POST['your_pwd']))) {138 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword($_POST['your_pwd'])) { 139 139 throw new Exception(__('Password verification failed')); 140 140 }
Note: See TracChangeset
for help on using the changeset viewer.