'; return; } // end if canEdit(System) foreach ($_REQUEST['files'] as $file) { $full_path = $_REQUEST['path'].'/'.$file; if (is_file($full_path)) { unlink($full_path); } else { ZM\Debug("$full_path is not a file"); $error_message .= 'We do not support deleting directories at this time.
'; } } } // end if object == filter ?>