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 /htdocs/tiles | |
parent | e00a159ffa5979a3da64dad7b506d21ce544f41e (diff) | |
download | lifomapserver-65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1.tar.gz lifomapserver-65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1.tar.bz2 lifomapserver-65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1.zip |
Move webserver stuff into htdocs directory
Diffstat (limited to 'htdocs/tiles')
-rw-r--r-- | htdocs/tiles/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/tiles/index.php b/htdocs/tiles/index.php new file mode 100644 index 0000000..62a2de0 --- /dev/null +++ b/htdocs/tiles/index.php @@ -0,0 +1,3 @@ +<?php + +?> |