Merged a newer T2BoL's data directory

This commit is contained in:
Robert MacGregor 2016-03-17 01:59:20 -04:00
parent 18bdb659df
commit 78faa6448a
138 changed files with 1609 additions and 1192 deletions

18
data/http/templates/403.html Normal file → Executable file
View file

@ -1,9 +1,9 @@
<HTML>
<header>
<title>403 - Forbidden</title>
</header>
<body>
<h1>403 - Forbidden</h1>
VGS! You're not allowed here.
</body>
</HTML>
<HTML>
<header>
<title>403 - Forbidden</title>
</header>
<body>
<h1>403 - Forbidden</h1>
VGS! You're not allowed here.
</body>
</HTML>

18
data/http/templates/404.html Normal file → Executable file
View file

@ -1,9 +1,9 @@
<HTML>
<header>
<title>404 - Not Found</title>
</header>
<body>
<h1>404 - Not Found</h1>
VGS! The requested document "#DOC#" was not found.
</body>
</HTML>
<HTML>
<header>
<title>404 - Not Found</title>
</header>
<body>
<h1>404 - Not Found</h1>
VGS! The requested document "#DOC#" was not found.
</body>
</HTML>

18
data/http/templates/Copy of 404.html Normal file → Executable file
View file

@ -1,9 +1,9 @@
<HTML>
<header>
<title>405 - Not Allowed</title>
</header>
<body>
<h1>405 - Not Allowed</h1>
The method #METHOD# is not allowed for this document.
</body>
</HTML>
<HTML>
<header>
<title>405 - Not Allowed</title>
</header>
<body>
<h1>405 - Not Allowed</h1>
The method #METHOD# is not allowed for this document.
</body>
</HTML>

20
data/http/templates/Directory.html Normal file → Executable file
View file

@ -1,10 +1,10 @@
<HTML>
<header>
<title>Index of #DIR#</title>
</header>
<body>
<h1>Index of #DIR#</h1>
#CONTENT#
<address>#APPLICATION# #OS# Server at #HOSTNAME# Port #PORT#</address>
</body>
</HTML>
<HTML>
<header>
<title>Index of #DIR#</title>
</header>
<body>
<h1>Index of #DIR#</h1>
#CONTENT#
<address>#APPLICATION# #OS# Server at #HOSTNAME# Port #PORT#</address>
</body>
</HTML>