Changeset 195

Show
Ignore:
Timestamp:
01/23/07 18:39:46 (2 years ago)
Author:
ludo
Message:

v2.1.3: fix for PHP<=4.1 and OCSng clients (from r3939)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/webmin/lrs-inventory/agent/transfertNG.php

    r145 r195  
    3030 
    3131        // 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 
    3834        // Uncompress it 
    3935        // 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=low 
     1webmin-lrs-inventory (2.1.3) stable; urgency=low 
    22 
    33  * First package. Replaces webmin-lbs-inventory 
  • trunk/webmin/lrs-inventory/module.info

    r182 r195  
    33desc_fr=LRS : Inventaire 
    44depends=1.030 lbs_common 
    5 version=2.1.2 
     5version=2.1.3