Changeset 3627:9bccfc2257ad for inc/admin/lib.moduleslist.php
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r3472 r3627 1253 1253 || !empty($_POST['fetch_pkg']) && !empty($_POST['pkg_url'])) 1254 1254 { 1255 if (empty($_POST['your_pwd']) || !$this->core->auth->checkPassword($ this->core->auth->crypt($_POST['your_pwd']))) {1255 if (empty($_POST['your_pwd']) || !$this->core->auth->checkPassword($_POST['your_pwd'])) { 1256 1256 throw new Exception(__('Password verification failed')); 1257 1257 } … … 2033 2033 || !empty($_POST['fetch_pkg']) && !empty($_POST['pkg_url'])) 2034 2034 { 2035 if (empty($_POST['your_pwd']) || !$this->core->auth->checkPassword($ this->core->auth->crypt($_POST['your_pwd']))) {2035 if (empty($_POST['your_pwd']) || !$this->core->auth->checkPassword($_POST['your_pwd'])) { 2036 2036 throw new Exception(__('Password verification failed')); 2037 2037 }
Note: See TracChangeset
for help on using the changeset viewer.