Changeset 719897
- Timestamp:
- 05/29/2013 02:07:13 PM (13 years ago)
- File:
-
- 1 edited
-
travel-search/tags/1.2.4/ajax/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
travel-search/tags/1.2.4/ajax/functions.php
r712981 r719897 75 75 return readRemoteFile($url, $headersString, $data_url); 76 76 } 77 return array( 'content' => file_get_contents (77 return array( 'content' => @file_get_contents ( 78 78 $url, 79 79 false,
Note: See TracChangeset
for help on using the changeset viewer.