Skip to content

Commit 39e451a

Browse files
committed
Update README.md
1 parent 13ee2e6 commit 39e451a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ PHP class to provide an easy to use interface with cpanels UAPI.
55
###Known Bugs
66

77
- When running on systems with PHP safe mode turned on AND open_basedir is set to an empty string.
8+
89
When the requested end point doesnt redirect, curl_exec_follow requests it twice. Once for the headers to check the HTTP Status and then once to fire the request. This is fine for getting data, however when the endpoint is used to generate something remotely, a specific use case would be an SSH key, 2 keys are generated and the SECOND one is returned.
910

10-
-Work Around
11+
- Work Around
12+
1113
If not on a shared server, ether set open_basedir or turn safe mode off.
1214
If on a shared server, comment out the curl_exec on line 157, this will break any requests that get redirected, but should not effect most people.
1315

0 commit comments

Comments
 (0)