Ignore:
Timestamp:
11/19/08 16:05:12 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: corrected references to TWiki in comments and error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Configure/Checkers/MSWin32.pm

    r809 r812  
    1515    my $n = $perl5shell . $this->NOTE(<<HERE); 
    1616This environment variable is used by Win32 Perls to run 
    17 commands from TWiki scripts - it determines which shell program is used to run 
     17commands from Foswiki scripts - it determines which shell program is used to run 
    1818commands that use 'pipes'.  Examples of shell programs are cmd.exe, 
    1919command.com (aka 'DOS Prompt'), and Cygwin's 'bash' 
     
    2929    if ($isActivePerl) { 
    3030        $n .= $this->WARN(<<HERE); 
    31 ActiveState Perl on IIS does not support safe pipes, which is the mechanism used by TWiki to prevent a range 
     31ActiveState Perl on IIS does not support safe pipes, which is the mechanism used by Foswiki to prevent a range 
    3232of attacks aimed at arbitrary command execution on the server. You are <b>highly</b> recommended not to use this 
    3333particular configuration on a public server (one exposed to the internet) 
Note: See TracChangeset for help on using the changeset viewer.