From c8a53ba551e987551c99174fae9d38a29cc8e8e1 Mon Sep 17 00:00:00 2001 From: adamch Date: Sun, 18 Nov 2007 23:06:39 +0000 Subject: [PATCH] Fix addWordPress --- lib/web_apps.dtl | 1 - src/describe.sig | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index f188c74..9d6bb9f 100644 --- a/lib/web_apps.dtl +++ b/lib/web_apps.dtl @@ -2,7 +2,6 @@ val addWordPress = \ loc : (location) -> location loc with - rewriteBase "/"; rewriteCond "%{REQUEST_FILENAME}" "!-f" []; rewriteCond "%{REQUEST_FILENAME}" "!-d" []; rewriteRule "." "/index.php" [last] diff --git a/src/describe.sig b/src/describe.sig index 514c2a2..268a9e1 100644 --- a/src/describe.sig +++ b/src/describe.sig @@ -26,4 +26,6 @@ signature DESCRIBE = sig val describe_type_error : Ast.position -> Ast.type_error -> unit + + end -- 2.20.1