X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Fedit_host_css_form.ml;h=1bef7102bbdaf82cf60c1b7c40ce9d5e50e9f7bf;hb=32f71ff9f960ecb191f256a6cfc11a3f2c0c0cf7;hp=3a51d28c1be3a854670bf5988077860da35c8b2c;hpb=50799fee9a4c3906fe0ab9988df83af2109fa269;p=cocanwiki.git diff --git a/scripts/edit_host_css_form.ml b/scripts/edit_host_css_form.ml index 3a51d28..1bef710 100644 --- a/scripts/edit_host_css_form.ml +++ b/scripts/edit_host_css_form.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: edit_host_css_form.ml,v 1.2 2004/10/04 15:19:56 rich Exp $ + * $Id: edit_host_css_form.ml,v 1.3 2004/10/23 09:36:11 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 @@ -44,4 +44,4 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = q#template template let () = - register_script ~restrict:[CanEdit] run + register_script ~restrict:[CanEditGlobalCSS] run