Changeset 194780
- Timestamp:
- 01/17/2010 04:50:43 PM (16 years ago)
- File:
-
- 1 edited
-
i-am-reading/trunk/includes/class.olBooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i-am-reading/trunk/includes/class.olBooks.php
r194779 r194780 119 119 120 120 // use file_get_contents() if possible 121 if ( ini_get('allow_url_fopen') == '1' ) {121 if ( ini_get('allow_url_fopen') == '1' && function_exists('file_get_contents') ) { 122 122 123 123 $ol_json = file_get_contents($json_url);
Note: See TracChangeset
for help on using the changeset viewer.