Change the order in which redirects are evaluated, so one can override them on config files.
This commit is contained in:
parent
a068071801
commit
e562e98824
@ -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…
Reference in New Issue
Block a user