Changeset 28572
- Timestamp:
- May 30, 2014, 3:01:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r28532 r28572 2061 2061 2062 2062 // Try curl to read remote file 2063 if (function_exists('curl_init')) 2063 // TODO : remove all these @ 2064 if (function_exists('curl_init') && function_exists('curl_exec')) 2064 2065 { 2065 2066 $ch = @curl_init();
Note: See TracChangeset
for help on using the changeset viewer.