Added logging to accesible folder, and made all questions page more readable

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-02-27 18:58:29 +01:00
parent ccc7f31e3a
commit 59640eaddf
16 changed files with 149 additions and 15 deletions

22
views/uload.ejs Normal file
View file

@ -0,0 +1,22 @@
<html>
<body bgcolor="#212127">
<head>
<title>Shit uploader</title>
<meta charset="UTF-8">
<style>
body { font: normal 14px Verdana; color: #999999;}
td {vertical-align: top }
textarea { font: normal 14px Verdana; color: #999999; background-color: #212127; width: 100%; height: 700;}
a {color: #9999ff;}
</style>
</head>
<form action="/fosuploader" enctype=multipart/form-data method="post">
<input type="file" name="dasfile" />
<input type="submit" value="Upload" />
</form>
</body>
</html>