Changeset 3036:7ed4286c8013 for plugins/importExport/inc
- Timestamp:
- 07/03/15 17:03:26 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.flat.php
r2485 r3036 90 90 if ($full_upl !== null && $this->core->auth->isSuperAdmin()) 91 91 { 92 if (empty($_POST['your_pwd']) || !$this->core->auth->checkPassword( crypt::hmac(DC_MASTER_KEY,$_POST['your_pwd']))) {92 if (empty($_POST['your_pwd']) || !$this->core->auth->checkPassword($this->core->auth->crypt($_POST['your_pwd']))) { 93 93 throw new Exception(__('Password verification failed')); 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.