Changeset 1162 for trunk/core/bin/LocalLib.cfg.txt
- Timestamp:
- 12/04/08 11:35:24 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/bin/LocalLib.cfg.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/bin/LocalLib.cfg.txt
r1050 r1162 13 13 # LocalLib.cfg: local path settings for Foswiki 14 14 15 use vars qw( $ twikiLibPath $CPANBASE );15 use vars qw( $foswikiLibPath $CPANBASE ); 16 16 17 17 #development and debugging settings 18 #$ENV{ TWIKI_ASSERTS} = 1;19 #$ENV{ TWIKI_MONITOR} = 1;18 #$ENV{FOSWIKI_ASSERTS} = 1; 19 #$ENV{FOSWIKI_MONITOR} = 1; 20 20 21 21 # -------------- Path to lib directory containing Foswiki.pm. … … 24 24 # The absolute path to the 'lib' directory in your installation.. 25 25 26 $ twikiLibPath = "/absolute/path/to/your/lib";26 $foswikiLibPath = "/absolute/path/to/your/lib"; 27 27 28 28
Note: See TracChangeset
for help on using the changeset viewer.
