issue #181: adding blank index files to prevent directory listing

This commit is contained in:
Pepijn Over 2015-02-27 11:54:16 +01:00
parent 51ff0f2044
commit 6172b35a81
4 changed files with 23 additions and 1 deletions

View File

@ -7,7 +7,8 @@ not yet released
* #161: Added Swedish translation.
* #169: Increased server ip char limit to 500.
* #164: Added support for FreeVoipDeal SMS gateway <http://www.freevoipdeal.com>
* #164: Added support for FreeVoipDeal SMS gateway <http://www.freevoipdeal.com>.
* #181: Added blank index files to prevent directory listing.
v3.1.1 (released November 6, 2014)

7
cron/index.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body></body>
</html>

7
src/index.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body></body>
</html>

7
static/index.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body></body>
</html>