X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fdead_ends.ml;h=1fe5d04898083b2ad52aa145882538d44bf480c6;hb=aa707ecceaeb33816feb249f7f68423c1e5ee697;hp=c2623a9b4bac64da57b24f1802861bae66b589ee;hpb=a24ca0230d6c23bdbcddc9690ea66b0682630e84;p=cocanwiki.git diff --git a/scripts/dead_ends.ml b/scripts/dead_ends.ml index c2623a9..1fe5d04 100644 --- a/scripts/dead_ends.ml +++ b/scripts/dead_ends.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: dead_ends.ml,v 1.1 2004/09/28 11:51:38 rich Exp $ + * $Id: dead_ends.ml,v 1.2 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 @@ -54,4 +54,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = q#template template let () = - register_script run + register_script ~restrict:[CanView] run