Show
Ignore:
Timestamp:
12/21/06 11:58:05 (2 years ago)
Author:
sven
Message:

RSS: add SSL feed reading support. Had to modify Snoopy a bit, and Snoopy requires curl for SSL, and I made it ignore bad certificates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/config-dist.php

    r703 r767  
    179179// and provide the lms with the username for that user.  
    180180// This user needs write access to {$CFG->dataroot}lms/incoming/ as that is where the incoming files will end up. 
     181 
     182 
     183// For SSL feed *reading* support, Snoopy needs to know where the curl executable is. 
     184// To disable, or if curl is not available (e.g. on Windows), set to false 
     185//$CFG->curlpath = "/usr/bin/curl"; 
     186$CFG->curlpath = false; 
    181187 
    182188