Changeset 411
- Timestamp:
- 10/04/2003 06:23:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2-include/b2functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2functions.php
r366 r411 1263 1263 1264 1264 function getRemoteFile($host,$path) { 1265 $fp = fsockopen($host, 80, &$errno, &$errstr);1265 $fp = fsockopen($host, 80, $errno, $errstr); 1266 1266 if ($fp) { 1267 1267 fputs($fp,"GET $path HTTP/1.0\r\nHost: $host\r\n\r\n");
Note: See TracChangeset
for help on using the changeset viewer.