Changeset c7fa83a0991ab226d8a260004327bcf83cfc15c9 for lib
- Timestamp:
- 05/13/08 19:52:45 (5 years ago)
- git-parent:
- Files:
-
- lib/Resmon/Status.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lib/Resmon/Status.pm
re901fb6 rc7fa83a 129 129 $response .= "<ResmonResults>\n". 130 130 xml_info($1,$2,$info). 131 "</ResmonRes tults>\n";131 "</ResmonResults>\n"; 132 132 $client->print(http_header(200, length($response), 'text/xml', $snip)); 133 133 $client->print( $response . "\r\n");
