83 |
) { |
) { |
84 |
## On system that does not set current directory as main script |
## On system that does not set current directory as main script |
85 |
## directory, you should specify it instead of using "abs_path". |
## directory, you should specify it instead of using "abs_path". |
86 |
$WIKI->{config}->{path_to}->{$_->[0]} = File::Spec->catfile ($Bin, $_->[1]); |
$WIKI->{config}->{path_to}->{$_->[0]} = File::Spec->rel2abs ($_->[1], $Bin); |
87 |
} |
} |
88 |
|
|
89 |
## -- Namazu URI Mapping (See SuikaWiki:SuikaWiki//Namazu) -- |
## -- Namazu URI Mapping (See SuikaWiki:SuikaWiki//Namazu) -- |