Need creds for dev53
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 21 Mar 2017 15:36:17 +0000 (11:36 -0400)
committerSteve 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

index 87572b6..98a1752 100644 (file)
@@ -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 );