diff options
author | Markus Koch <markus@notsyncing.net> | 2020-04-14 21:31:25 +0200 |
---|---|---|
committer | Markus Koch <markus@notsyncing.net> | 2020-04-14 21:31:25 +0200 |
commit | 65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1 (patch) | |
tree | b643c09ce9caefb7926f26a606a69bdbfa66f189 | |
parent | e00a159ffa5979a3da64dad7b506d21ce544f41e (diff) | |
download | lifomapserver-65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1.tar.gz lifomapserver-65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1.tar.bz2 lifomapserver-65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1.zip |
Move webserver stuff into htdocs directory
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | htdocs/index.html (renamed from index.html) | 0 | ||||
-rw-r--r-- | htdocs/tiles/index.php (renamed from tiles/index.php) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -tiles/**/ +htdocs/tiles/**/ diff --git a/index.html b/htdocs/index.html index 44e65ac..44e65ac 100644 --- a/index.html +++ b/htdocs/index.html diff --git a/tiles/index.php b/htdocs/tiles/index.php index 62a2de0..62a2de0 100644 --- a/tiles/index.php +++ b/htdocs/tiles/index.php |