Changeset 1021753
- Timestamp:
- 11/07/2014 10:24:05 PM (11 years ago)
- File:
-
- 1 edited
-
asgard/trunk/asgard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asgard/trunk/asgard.php
r1021214 r1021753 324 324 325 325 $('.remove-malware').live('click', function(){ 326 if (!confirm('DANGER! This action completely remove files and backup it with random prefix. Use at own RISK.')) return;326 if (!confirm('DANGER! This action completely remove files WITHOUT BACKUP. Use at own RISK.')) return; 327 327 var files = $('.mw-file').map(function(){ return $(this).data('path'); }).get(); 328 328 $.post(ajaxurl, {action: 'asgard_remove_malware', files: files, security: '<?php
Note: See TracChangeset
for help on using the changeset viewer.