summaryrefslogtreecommitdiff
path: root/src/server/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/httpd.c')
-rw-r--r--src/server/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/httpd.c b/src/server/httpd.c
index 6d985153..8ab5cb8f 100644
--- a/src/server/httpd.c
+++ b/src/server/httpd.c
@@ -393,7 +393,7 @@ static int ahc_echo(void * cls, struct MHD_Connection * connection,
* being subverted to evil purposes
*/
- const char *httpd_dir=PKGLIBDIR "/httpd";
+ const char *httpd_dir = PKGDATADIR "/httpd";
if (*url=='/')
{