Change the order in which redirects are evaluated, so one can override them on config files.
This commit is contained in:
parent
3836ee8f56
commit
77ecde8fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ fn conf_perm_redirect {
|
||||||
if(~ $#* 1)
|
if(~ $#* 1)
|
||||||
perm_redir_to=$1
|
perm_redir_to=$1
|
||||||
if not
|
if not
|
||||||
perm_redir_patterns=($perm_redir_patterns $1 $2)
|
perm_redir_patterns=($1 $2 $perm_redir_patterns)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn conf_hide_paths {
|
fn conf_hide_paths {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue