Changeset 2851


Ignore:
Timestamp:
05/25/10 11:30:07 (14 years ago)
Author:
amuller
Message:

Ticket #1086 - Desfazendo erros no commit anterior

Location:
trunk/filemanager/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/inc/class.uifilemanager.inc.php

    r2848 r2851  
    998998 
    999999                                if ($mime_type == 'text/html'){ 
    1000                                         $vars[fck_edit] = '<script type="text/javascript" src="filemanager/tp/ckeditor/ckeditor_basic.js"></script> 
     1000                                        $vars[fck_edit] = '<script type="text/javascript" src="filemanager/tp/ckeditor/ckeditor.js"></script> 
    10011001                                                <textarea cols="80" id="edit_file_content" name="edit_file_content" rows="10">'.$content.'</textarea> 
    10021002                                                <script type="text/javascript"> CKEDITOR.replace( \'edit_file_content\',{ 
  • trunk/filemanager/inc/class.vfs_functions.inc.php

    r2848 r2851  
    280280                                $command = " -P ".$rsa->decode(base64_decode($this->pswd))." ".$command; 
    281281                        } 
    282                         session_start(); 
    283                         $_SESSION['debug'][] = $_SESSION['phpgw_session']['publ_key']; 
    284                         $_SESSION['debug'][] = $_SESSION['phpgw_session']['priv_key']; 
    285                         $_SESSION['debug'][] = $_SESSION['phpgw_session']['modulus']; 
    286                                                                 
    287                         $_SESSION['debug'][] = $this->pswd; 
    288                         $_SESSION['debug'][] = base64_decode($this->pswd); 
    289                         $_SESSION['debug'][] = $rsa->decode(base64_decode($this->pswd)); 
    290                         $_SESSION['debug'][] = $command; 
    291  
    292  
    293282                        exec("cd ".$this->bo->vfs->basedir.$this->path.";".escapeshellcmd("nice -n19 zip -9 ".$command),$output,$return_var); 
    294283                        exec("history -c"); // privacy is good, we dont want get passwords! 
Note: See TracChangeset for help on using the changeset viewer.