Changeset 195
- Timestamp:
- 01/23/07 18:39:46 (2 years ago)
- Files:
-
- trunk/webmin/lrs-inventory/agent/transfertNG.php (modified) (1 diff)
- trunk/webmin/lrs-inventory/debian/changelog (modified) (1 diff)
- trunk/webmin/lrs-inventory/module.info (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/webmin/lrs-inventory/agent/transfertNG.php
r145 r195 30 30 31 31 // Read compressed data 32 $data = ""; 33 $stdin = fopen('php://input','r'); 34 while (!feof($stdin)) { 35 $data .= fread($stdin, 8192); 36 } 37 fclose($stdin); 32 $data = "$HTTP_RAW_POST_DATA"; 33 38 34 // Uncompress it 39 35 // Write it in a temporary file (proc_open is only for php >=4.3) trunk/webmin/lrs-inventory/debian/changelog
r182 r195 1 webmin-lrs-inventory (2.1. 2) stable; urgency=low1 webmin-lrs-inventory (2.1.3) stable; urgency=low 2 2 3 3 * First package. Replaces webmin-lbs-inventory trunk/webmin/lrs-inventory/module.info
r182 r195 3 3 desc_fr=LRS : Inventaire 4 4 depends=1.030 lbs_common 5 version=2.1. 25 version=2.1.3
