X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Flinks.ml;h=b9e2aec36f10b01d06ae2663442af8fdd624a79f;hb=89e8d5757ca111d16ce3dfcc1ce4f2c00a119c85;hp=e84f49baa21286d49dda490bb5df3db884495fa0;hpb=ec0b2fe822bac60e194044fdb7092156705e4595;p=cocanwiki.git diff --git a/scripts/links.ml b/scripts/links.ml index e84f49b..b9e2aec 100644 --- a/scripts/links.ml +++ b/scripts/links.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: links.ml,v 1.1 2004/10/27 21:14:05 rich Exp $ + * $Id: links.ml,v 1.2 2004/11/02 18:47:54 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 @@ -138,4 +138,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = ) let () = - register_script run + register_script ~restrict:[CanView] run