Changeset 23
- Timestamp:
- 04/08/07 10:37:40 (2 years ago)
- Files:
-
- http/class_secondlife.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
http/class_secondlife.php
r17 r23 2 2 /** 3 3 * SL Class 4 * 1.0 4 5 * Class of functions to parse headers from HTTP 5 6 * Also some useful SL related functions. Find any bugs? Ways to make it better? Please share :) 6 7 * Currently for http_req 7 8 * 8 * @todo Add Email header parsing when I have a few free mins... If someone else wants to, go ahead. I don't rely on SLEmail as much anymore, so it isn't a priority9 * @todo lo priority Add Email header parsing... If someone else wants to, go ahead. I don't rely on SLEmail as much anymore, so it isn't a priority 9 10 * @author Max Case 10 * 11 * 11 12 */ 12 13 class secondlife {
