Changeset 3036:7ed4286c8013 for admin/blog_del.php
- Timestamp:
- 07/03/15 17:03:26 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_del.php
r2852 r3036 37 37 if (!$core->error->flag() && $blog_id && !empty($_POST['del'])) 38 38 { 39 if (!$core->auth->checkPassword( crypt::hmac(DC_MASTER_KEY,$_POST['pwd']))) {39 if (!$core->auth->checkPassword($core->auth->crypt($_POST['pwd']))) { 40 40 $core->error->add(__('Password verification failed')); 41 41 } else {
Note: See TracChangeset
for help on using the changeset viewer.