mirror of
https://github.com/YGGverse/next.git
synced 2025-01-26 23:04:49 +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':
|
case 'fail':
|
||||||
|
|
||||||
$fail = rtrim(
|
$fail = (string) $argument['value'];
|
||||||
(string) $argument['value'],
|
|
||||||
DIRECTORY_SEPARATOR
|
|
||||||
) . DIRECTORY_SEPARATOR;
|
|
||||||
|
|
||||||
if (!str_starts_with($fail, DIRECTORY_SEPARATOR))
|
if (!str_starts_with($fail, DIRECTORY_SEPARATOR))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user