diff options
-rw-r--r-- | ennu.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -500,6 +500,8 @@ as keys. Keys are compared using `equal'." (defun httpd/ (proc uri-path query request) (let ((uri-path (httpd-unhex uri-path)) (file-path (httpd-gen-path uri-path))) + (let* ((uri-path (httpd-unhex uri-path)) + (file-path (httpd-gen-path uri-path))) (cond ;; If a HTML file other than index.html was requested, reject ;; that request. |