Fix stupid bug in last commit.
This commit is contained in:
parent
518f2f9685
commit
d4cea460b5
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ if(~ $REQUEST_METHOD POST) {
|
||||||
if(! ~ $#args 0)
|
if(! ~ $#args 0)
|
||||||
pageTitle=`{ echo $args|sed -e 's/ / - /g' -e 's/_/ /g' }
|
pageTitle=`{ echo $args|sed -e 's/ / - /g' -e 's/_/ /g' }
|
||||||
|
|
||||||
if(~ $req_path '/index')
|
if(~ $req_path */index)
|
||||||
perm_redirect `{echo $req_path | sed 's,/index$,/,'}
|
perm_redirect `{echo $req_path | sed 's,/index$,/,'}
|
||||||
|
|
||||||
if(~ $local_path */)
|
if(~ $local_path */)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue