mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 07:25:53 +03:00
[PR #13] [CLOSED] WHMCS Module fopen to curl #64
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#64
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/13
Author: @tripflex
Created: 3/22/2012
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (2)
893d096Enable autocomplete for login form.6690398Changed API call method from fopen to curl as the fopen curl does not appear to work.📊 Changes
2 files changed (+9 additions, -7 deletions)
View changed files
📝
app/views/sessions/new.html.erb(+2 -0)📝
utils/whmcs/owp/owp.php(+7 -7)📄 Description
There were many complaints on the project's website regarding the API not pulling data. I tracked it down to fopen not authenticating correctly. I have updated the WHMCS module to use curl instead. I have tested this and it does work correctly now.
I will update it to support SSL shortly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.