Changeset 3627:9bccfc2257ad for admin/blog_del.php
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_del.php
r3036 r3627 37 37 if (!$core->error->flag() && $blog_id && !empty($_POST['del'])) 38 38 { 39 if (!$core->auth->checkPassword($ core->auth->crypt($_POST['pwd']))) {39 if (!$core->auth->checkPassword($_POST['pwd'])) { 40 40 $core->error->add(__('Password verification failed')); 41 41 } else {
Note: See TracChangeset
for help on using the changeset viewer.