Parent Directory
|
Revision Log
|
Patch
revision 1.19 by wakaba, Sat May 1 04:03:00 2004 UTC | revision 1.20 by wakaba, Fri May 7 07:51:33 2004 UTC | |
---|---|---|
# | Line 54 push our @Config, sub ($) { | Line 54 push our @Config, sub ($) { |
54 | ) { | ) { |
55 | ## On system that does not set current directory as main script | ## On system that does not set current directory as main script |
56 | ## directory, you should specify it instead of using "abs_path". | ## directory, you should specify it instead of using "abs_path". |
57 | $WIKI->{config}->{path_to}->{$_->[0]} = File::Spec->catfile ($Bin, $_->[1]); | $WIKI->{config}->{path_to}->{$_->[0]} = File::Spec->rel2abs ($_->[1], $Bin); |
58 | } | } |
59 | ||
60 | =begin comment | =begin comment |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |