mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 15:35:58 +03:00
[PR #15] [MERGED] Update to use CURL if compiled with PHP, fall back to fopen if not. #65
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/sibprogrammer/owp/pull/15
Author: @tripflex
Created: 3/24/2012
Status: ✅ Merged
Merged: 3/25/2012
Merged by: @sibprogrammer
Base:
master← Head:master📝 Commits (1)
3e7b526Update to use CURL if compiled with PHP, fall back to fopen if not.📊 Changes
1 file changed (+12 additions, -2 deletions)
View changed files
📝
utils/whmcs/owp/owp.php(+12 -2)📄 Description
There were problems with some users and the WHMCS module when tying to obtain information using the API. This uses CURL to connect to the API if compiled with PHP or falls back to fopen if it is not.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.