diff options
author | Alexander Tkachev | 2016-07-06 16:48:56 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 48e3fff6bcea94da5bd46ee2def17eb6bdca716c (patch) | |
tree | 959135f29269c36b3b4c413716e9ab6ebcedc659 /backends/networking/wwwroot | |
parent | 627bda9d82c178641e5b5253379c21ce556eb3c2 (diff) | |
download | scummvm-rg350-48e3fff6bcea94da5bd46ee2def17eb6bdca716c.tar.gz scummvm-rg350-48e3fff6bcea94da5bd46ee2def17eb6bdca716c.tar.bz2 scummvm-rg350-48e3fff6bcea94da5bd46ee2def17eb6bdca716c.zip |
CLOUD: Refactor LocalWebserver
Its handlers are now more compact. This commit moves Handler classes in
handlers\ directory.
ResourceHandler ignores "hidden" files in the archive, and these are
used as markup templates in IndexPageHandler and FilesPageHandler.
Diffstat (limited to 'backends/networking/wwwroot')
-rw-r--r-- | backends/networking/wwwroot/.files.html (renamed from backends/networking/wwwroot/files.html) | 0 | ||||
-rw-r--r-- | backends/networking/wwwroot/.index.html (renamed from backends/networking/wwwroot/index.html) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/backends/networking/wwwroot/files.html b/backends/networking/wwwroot/.files.html index 2baf4a02dc..2baf4a02dc 100644 --- a/backends/networking/wwwroot/files.html +++ b/backends/networking/wwwroot/.files.html diff --git a/backends/networking/wwwroot/index.html b/backends/networking/wwwroot/.index.html index 2a3d9d382d..2a3d9d382d 100644 --- a/backends/networking/wwwroot/index.html +++ b/backends/networking/wwwroot/.index.html |