X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fcocanwiki.ml;h=61351d3903e4f4cbe7b22c6814e7b4d94eecb539;hb=6b0b6830a2e784eee99dcd1b1a3cb8b44e27c765;hp=96cef3718be0178058a70865a09cde59999db1fb;hpb=3da6ded17ea2cca64328e5f3ea8903cd15103bc2;p=cocanwiki.git diff --git a/scripts/cocanwiki.ml b/scripts/cocanwiki.ml index 96cef37..61351d3 100644 --- a/scripts/cocanwiki.ml +++ b/scripts/cocanwiki.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: cocanwiki.ml,v 1.10 2004/09/23 11:51:17 rich Exp $ + * $Id: cocanwiki.ml,v 1.11 2004/09/23 11:56:47 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 @@ -75,6 +75,8 @@ let server_settings_version = *) exception CgiExit +let return () = raise CgiExit + (* Permissions and restrictions. * * Use the optional ~restrict parameter to register_script to restrict