Fix blah to work with new handler interfaces.
Remove outdated app-framework code. Clanup some of the fallback handler setting code.
This commit is contained in:
parent
e75232761a
commit
889e844d73
3 changed files with 10 additions and 17 deletions
|
|
@ -13,7 +13,7 @@ fn blagh_init {
|
|||
status='Use default handler'
|
||||
|
||||
if not if(~ $req_path */index */) {
|
||||
app_body_handler='blagh_body'
|
||||
handler_body_main=blagh_body
|
||||
u=$blagh_uri'index'
|
||||
extraHeaders=$"extraHeaders ^ \
|
||||
'<link rel="alternate" type="application/rss+xml" title="RSS" href="'$"u'.rss" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue