Ignore:
Timestamp:
12/22/09 09:24:26 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM. melhorias na interface, criação de pastas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.vfs_functions.inc.php

    r1869 r1880  
    277277 
    278278                        if (strlen($this->pswd) > 0){ 
    279                                 $command = " -P ".(base64_decode($this->pswd) ^ $this->path)." ".$command; 
     279                                $command = " -P ".(base64_decode($this->pswd) ^ $_SESSION['phpgw_info']['filemanager']['user']['sec_key'])." ".$command; 
    280280                        } 
    281281 
     
    305305                        $command = escapeshellarg($this->file); 
    306306                        if (strlen($this->pswd) > 0){ 
    307                                 $command = " -P ".(base64_decode($this->pswd) ^ $this->path)." ".$command; 
     307                                $command = " -P ".(base64_decode($this->pswd) ^ $_SESSION['phpgw_info']['filemanager']['user']['sec_key'])." ".$command; 
    308308                        } 
    309309 
Note: See TracChangeset for help on using the changeset viewer.