mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
don't escape
This commit is contained in:
parent
b142610800
commit
625bfd1bec
@ -255,7 +255,7 @@ class SystemUtil
|
||||
}
|
||||
}
|
||||
if ($located) {
|
||||
$found[] = escapeshellarg($located);
|
||||
$found[] = $located;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user