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