X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fsitemap.ml;h=4db9ed0b77c52068c5549998503f5ff3c496deae;hb=247bf3832dcd02aae202dcb706ac20458f6ab1f1;hp=c5df8580bd43bb8b0cbce3a8232c198f0c283601;hpb=11b93485a29771f4d826c50d9efc6d3607dfa50f;p=cocanwiki.git diff --git a/scripts/sitemap.ml b/scripts/sitemap.ml index c5df858..4db9ed0 100644 --- a/scripts/sitemap.ml +++ b/scripts/sitemap.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: sitemap.ml,v 1.6 2004/09/09 12:21:22 rich Exp $ + * $Id: sitemap.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 @@ -72,4 +72,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid { hostname = hostname } _ = q#template template let () = - register_script run + register_script ~restrict:[CanView] run