Changeset 767 for devel/config-dist.php
- Timestamp:
- 12/21/06 11:58:05 (2 years ago)
- Files:
-
- devel/config-dist.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/config-dist.php
r703 r767 179 179 // and provide the lms with the username for that user. 180 180 // 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; 181 187 182 188
