diff options
author | lns <matzeton@googlemail.com> | 2021-10-21 14:52:26 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2021-10-21 14:59:00 +0200 |
commit | 9266070e51422a71566ee5c04db42feec996c485 (patch) | |
tree | 4ff57de8bfce87bde001c80c7ab9fae3080aa248 /wwwroot/index.tmpl | |
parent | 384724a00be9dbb8f40d295f99b9c6bcfb48b387 (diff) |
Improved URI handling and redirection/routing.
* parse and process URI query strings
* remove garbage slashes from URI path / sanitize
* more template examples
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'wwwroot/index.tmpl')
-rw-r--r-- | wwwroot/index.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wwwroot/index.tmpl b/wwwroot/index.tmpl deleted file mode 100644 index b42f18c..0000000 --- a/wwwroot/index.tmpl +++ /dev/null @@ -1 +0,0 @@ -<html><body><b>INDEX TMPL</b></body></html> |