Ignore:
Timestamp:
12/04/08 11:35:24 (3 years ago)
Author:
CrawfordCurrie
Message:

Item295: TWIKI_ACTION to FOSWIKI_ACTION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/bin/LocalLib.cfg.txt

    r1050 r1162  
    1313# LocalLib.cfg: local path settings for Foswiki 
    1414 
    15 use vars qw( $twikiLibPath $CPANBASE ); 
     15use vars qw( $foswikiLibPath $CPANBASE ); 
    1616 
    1717#development and debugging settings 
    18 #$ENV{TWIKI_ASSERTS} = 1; 
    19 #$ENV{TWIKI_MONITOR} = 1; 
     18#$ENV{FOSWIKI_ASSERTS} = 1; 
     19#$ENV{FOSWIKI_MONITOR} = 1; 
    2020 
    2121# -------------- Path to lib directory containing Foswiki.pm.  
     
    2424# The absolute path to the 'lib' directory in your installation.. 
    2525 
    26 $twikiLibPath = "/absolute/path/to/your/lib"; 
     26$foswikiLibPath = "/absolute/path/to/your/lib"; 
    2727 
    2828 
Note: See TracChangeset for help on using the changeset viewer.