Mercurial > prosody-modules
view mod_http_dir_listing/http_dir_listing/resources/template.html @ 4228:3eb595cf847f
mod_http_oauth2: Accept empty scope
Some tool I used couldn't not send a scope, preventing it from working
with mod_http_oauth2. This change should fix that.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 23 Oct 2020 22:23:20 +0200 |
| parents | b21236b6b8d8 |
| children |
line wrap: on
line source
<html> <head> <title>Index of {path}</title> <meta charset="utf-8"/> <style>{style}</style> </head> <body> <h1>Index of {path}</h1> {filelist} <footer>{footer}</footer> </body> </html>
