don't escape

This commit is contained in:
DubbleClick 2025-06-26 11:18:34 +07:00
parent b142610800
commit 625bfd1bec

View File

@ -255,7 +255,7 @@ class SystemUtil
} }
} }
if ($located) { if ($located) {
$found[] = escapeshellarg($located); $found[] = $located;
} }
} }