X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fpage_email_confirm.ml;h=8eea8d6443000dbf909ddfb6a876b415e06173ea;hb=5292c2362fb54524b8ec7877ee15c79596429491;hp=67adf66bd5af9d126fb853edfd1dac529a3c3fdd;hpb=4f0fd36c2c8422c051b955216f896eddcc557d1d;p=cocanwiki.git diff --git a/scripts/page_email_confirm.ml b/scripts/page_email_confirm.ml index 67adf66..8eea8d6 100644 --- a/scripts/page_email_confirm.ml +++ b/scripts/page_email_confirm.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: page_email_confirm.ml,v 1.1 2004/09/24 15:53:57 rich Exp $ + * $Id: page_email_confirm.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 @@ -60,4 +60,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = "an email whenever that page is updated.") let () = - register_script run + register_script ~restrict:[CanView] run