projects
/
WP-Plugins
/
glm-member-db-apis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45d40d
)
Need creds for dev53
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 21 Mar 2017 15:36:17 +0000
(11:36 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 21 Mar 2017 15:36:17 +0000
(11:36 -0400)
For curl to work need login for dev55
models/front/apis/bibcoCalendar.php
patch
|
blob
|
history
diff --git
a/models/front/apis/bibcoCalendar.php
b/models/front/apis/bibcoCalendar.php
index
87572b6
..
98a1752
100644
(file)
--- a/
models/front/apis/bibcoCalendar.php
+++ b/
models/front/apis/bibcoCalendar.php
@@
-64,7
+64,7
@@
class GlmMembersFront_apis_bibcoCalendar
$url = $calendarUrl . 'schedule.php';
$curl = curl_init( $url );
curl_setopt( $curl, CURLOPT_RETURNTRANSFER, true );
-
//
curl_setopt( $curl, CURLOPT_USERPWD, 'dev55:Glm15Keep!' );
+ curl_setopt( $curl, CURLOPT_USERPWD, 'dev55:Glm15Keep!' );
$content = curl_exec( $curl );
curl_close( $curl );