Skip to content

Commit ebe2691

Browse files
authored
Update filemanager.php
1 parent 6b10f70 commit ebe2691

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

filemanager.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,9 +3204,6 @@ function performFileOperation(operation) {
32043204
function executeFileOperation() {
32053205
const operation = document.getElementById('fileOpType').value;
32063206
const destination = document.getElementById('destinationPath').value.trim();
3207-
3208-
return;
3209-
32103207
if (!destination) {
32113208
showAlert('Error', 'Please enter a destination path');
32123209
return;

0 commit comments

Comments
 (0)