send_feedback_form can be used by anyone.
[cocanwiki.git] / scripts / cocanwiki.ml
index 55097e4..e6fb225 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: cocanwiki.ml,v 1.9 2004/09/22 10:19:26 rich Exp $
+ * $Id: cocanwiki.ml,v 1.12 2004/09/23 15:16:21 rich Exp $
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -40,6 +40,8 @@ let _get_dbh r = Pool.get r "cocanwiki"
  *)
 exception CgiExit
 
+let return () = raise CgiExit
+
 (* Permissions and restrictions.
  *
  * Use the optional ~restrict parameter to register_script to restrict