Fix stupid bug in last commit.

This commit is contained in:
Uriel 2009-01-04 23:24:35 +01:00
parent 518f2f9685
commit d4cea460b5

View file

@ -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 */)