Changeset 3170:7f517983e0d4 for inc/core/class.dc.xmlrpc.php
- Timestamp:
- 02/12/16 15:57:30 (10 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          inc/core/class.dc.xmlrpc.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/core/class.dc.xmlrpc.phpr2709 r3170 782 782 783 783 $file_name = $file['name']; 784 $file_bits = base64_decode($file['bits']);784 $file_bits = $file['bits']; 785 785 786 786 $this->setUser($user,$pwd); 
Note: See TracChangeset
          for help on using the changeset viewer.
      