Fix sitemap.tpl when $sitedir is an absolute path. Thanks again to arg for reporting, tracking, and fixing this bug!
This commit is contained in:
parent
9a65fb1b4e
commit
2fa68d1133
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ fn listDir {
|
|||
d=$1
|
||||
dirfilter=$saveddf
|
||||
if(test -f $d/_werc/config)
|
||||
. ./$d/_werc/config
|
||||
. $d/_werc/config
|
||||
|
||||
if(~ $#perm_redir_to 0) {
|
||||
echo '<ul class="sitemap-list">'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue