summaryrefslogtreecommitdiff
path: root/pages/content.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/content.ecpp')
-rw-r--r--pages/content.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/content.ecpp b/pages/content.ecpp
index 8f3cbbb..1438790 100644
--- a/pages/content.ecpp
+++ b/pages/content.ecpp
@@ -26,7 +26,7 @@ reply.setContentType(mime);
// FileCache::ptr_type f = LiveFileCache().get("/tmp/live/" + request.getPathInfo());
string path(request.getPathInfo());
-FileCache::ptr_type f = LiveFileCache().get(USRDIR "/" + path);
+FileCache::ptr_type f = LiveFileCache().get(Plugin::GetConfigDirectory() + "/" + path);
if (f.get() == 0) {
return DECLINED;
}