mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #1953] [MERGED] Replace file_get_contents with Http
#1673
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1953
Author: @Boy132
Created: 12/1/2025
Status: ✅ Merged
Merged: 12/2/2025
Merged by: @Boy132
Base:
main← Head:boy132/replace-file_get_contents📝 Commits (1)
2dea2aereplacefile_get_contentswithHttp📊 Changes
4 files changed (+10 additions, -7 deletions)
View changed files
📝
app/Console/Commands/Egg/CheckEggUpdatesCommand.php(+2 -3)📝
app/Console/Commands/Egg/UpdateEggIndexCommand.php(+2 -2)📝
app/Services/Eggs/Sharing/EggImporterService.php(+2 -1)📝
app/Services/Schedules/Sharing/ScheduleImporterService.php(+4 -1)📄 Description
Use
Http::get($url)instead offile_get_contents($url)for better error & timeout handling.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.