index
:
cpp-web.git
C++ web blog software, made for my special needs.
log msg
author
committer
range
blog.impl.cc
master
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
ContentManager.hpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/ContentManager.hpp')
-rw-r--r--
src/ContentManager.hpp
1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ContentManager.hpp b/src/ContentManager.hpp
index 674a5d0..1e45e53 100644
--- a/
src/ContentManager.hpp
+++ b/
src/ContentManager.hpp
@@ -28,6 +28,7 @@ public:
bool Render(char const * basePath, RequestResponse & rr, std::string & out);
ContentModules const & GetAllModules() const;
ContentModules const & GetAllModulesRoutes() const;
+ static void RemoveGarbageSlashes(std::string & uri_basepath);
private:
std::shared_ptr<TemplateManager> m_TemplateManager;