X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Ffile.ml;h=d495f80063fe69a7ca841419c812567e8834b73f;hb=afa89a4ad39c3d707647bad47b7411cb62d46db6;hp=0084d12278b43e97e2b86e2090ed1a2e4cc63030;hpb=232d52d33fe530971f81b57bbc8b024fb259c4fd;p=cocanwiki.git diff --git a/scripts/file.ml b/scripts/file.ml index 0084d12..d495f80 100644 --- a/scripts/file.ml +++ b/scripts/file.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: file.ml,v 1.6 2004/09/27 12:37:54 rich Exp $ + * $Id: file.ml,v 1.7 2004/10/04 15:19:56 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 @@ -58,4 +58,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = print_string r data let () = - register_script run + register_script ~restrict:[CanView] run