From 705af65bcc14ebc25224bfe560d50fb541ed80e6 Mon Sep 17 00:00:00 2001 From: 3lswear Date: Sun, 6 Feb 2022 23:11:02 +0300 Subject: [PATCH] feat: autoindex style --- src/Autoindex/Autoindex.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Autoindex/Autoindex.cpp b/src/Autoindex/Autoindex.cpp index 715ee9e..38f81dd 100644 --- a/src/Autoindex/Autoindex.cpp +++ b/src/Autoindex/Autoindex.cpp @@ -14,6 +14,9 @@ std::string Autoindex::getPage(std::string path, std::string allpath, std::strin \n\ \n\ " + allpath + "\n\ + \n\ \n\ \n\

" + allpath + "

\n\ @@ -48,4 +51,4 @@ std::string Autoindex::getReference(std::string file, std::string dir, std::stri Autoindex::~Autoindex() { -} \ No newline at end of file +}