mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 15:25:41 +08:00
don't escape
This commit is contained in:
@@ -255,7 +255,7 @@ class SystemUtil
|
||||
}
|
||||
}
|
||||
if ($located) {
|
||||
$found[] = escapeshellarg($located);
|
||||
$found[] = $located;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user