autoindex is working, a few things to iron out be we well on our way
This commit is contained in:
@@ -10,13 +10,20 @@
|
||||
"<head>"\
|
||||
"<title> Index of "
|
||||
|
||||
# define AUTOINDEX_MID \
|
||||
# define AUTOINDEX_MID1 \
|
||||
"</title>"\
|
||||
"</head>"\
|
||||
"<body>"
|
||||
"<body>" \
|
||||
"<h1>Index of "
|
||||
|
||||
# define AUTOINDEX_MID2 \
|
||||
"</h1>"\
|
||||
"<hr>"\
|
||||
"<pre>"
|
||||
|
||||
# define AUTOINDEX_END \
|
||||
"</pre>"\
|
||||
"<hr>"\
|
||||
"</body>"\
|
||||
"</html>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user