diff options
| -rw-r--r-- | ennum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ennum.el b/ennum.el index 5d44551..b64d8bf 100644 --- a/ennum.el +++ b/ennum.el @@ -917,7 +917,7 @@ as keys. Keys are compared using `equal'." (ennum-setting :working-directory))) (defun httpd/ (proc uri-path _query request) (let* ((uri-path (httpd-unhex uri-path)) - (file-path (httpd-gen-path uri-path))) + (file-path (httpd-gen-path uri-path httpd-root))) (cond ;; If a HTML file other than index.html was requested, reject ;; that request. |
