Changeset 72 for dev/common/class.http.php
- Timestamp:
- 11/11/06 00:51:53 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.http.php
r57 r72 68 68 $this->connect(); 69 69 $fp = &$this->fp; 70 71 if (!is_resource($fp)) 72 { 73 return false; 74 } 70 75 71 76 // define a linefeed (carriage return + newline)