mirror of
https://github.com/YGGverse/next.git
synced 2025-01-25 22:34:21 +00:00
update fail path init
This commit is contained in:
parent
0982526c90
commit
87b7d288ae
@ -74,10 +74,7 @@ foreach ((array) $argv as $item)
|
||||
|
||||
case 'fail':
|
||||
|
||||
$fail = rtrim(
|
||||
(string) $argument['value'],
|
||||
DIRECTORY_SEPARATOR
|
||||
) . DIRECTORY_SEPARATOR;
|
||||
$fail = (string) $argument['value'];
|
||||
|
||||
if (!str_starts_with($fail, DIRECTORY_SEPARATOR))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user