X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fwhat_links_here.ml;h=f05994cf4086c43254173e0df6de31c2456bc130;hb=019c80476c64b5cd86b6e9d115c86162b2ae462c;hp=0202ee92e38dac5b5ed73d870eaa0dad4d6dca47;hpb=d4a56348dfb9f36a15e0d9844b772a1bd2848518;p=cocanwiki.git diff --git a/scripts/what_links_here.ml b/scripts/what_links_here.ml index 0202ee9..f05994c 100644 --- a/scripts/what_links_here.ml +++ b/scripts/what_links_here.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: what_links_here.ml,v 1.2 2004/09/28 11:56:52 rich Exp $ + * $Id: what_links_here.ml,v 1.3 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 @@ -69,4 +69,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = q#template template let () = - register_script run + register_script ~restrict:[CanView] run