Ignore:
Timestamp:
12/17/09 15:16:25 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM, Implementação do arquivamento

File:
1 edited

Legend:

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

    r1693 r1869  
    129129                        if ($all) 
    130130                        { 
    131                                 if (preg_match("-([\\/<>\'\"\&])-", $string, $badchars)) 
     131                                if (preg_match("-([\\/<>\|\'\"\&])-", $string, $badchars)) 
    132132                                $rstring = $badchars[1]; 
    133133                        } 
Note: See TracChangeset for help on using the changeset viewer.