(Grav GitSync) Automatic Commit from smokephil

This commit is contained in:
smokephil 2025-11-11 19:27:29 +01:00 committed by GitSync
parent d73d0ba519
commit 96a01e3ab4
260 changed files with 25905 additions and 16011 deletions

View file

@ -502,6 +502,8 @@ class GitSync extends Git
throw new \RuntimeException($message);
}
return 0;
}
/**

View file

@ -77,7 +77,7 @@ class Helper
return $repository;
}
return str_replace('://', "://${user}${password}@", $repository);
return str_replace('://', "://{$user}{$password}@", $repository);
}
/**