Ignore:
Timestamp:
11/16/08 20:25:48 (4 years ago)
Author:
OlivierRaginel
Message:

Item38: Removed and tweaked comments to ease security checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/KoalaSkin/bin/savemulti

    r737 r738  
    109109      print ENTREE $text; 
    110110      close ENTREE; 
    111       ($text) = $sandbox->sysCommand(`./html2twiki `.$filename); 
     111      ($text) = $sandbox->sysCommand('./html2twiki '.$filename); 
    112112      unlink $filename; 
    113113    } 
Note: See TracChangeset for help on using the changeset viewer.