Support for users, roles, restrictions.
[cocanwiki.git] / scripts / upload_image_form.ml
index d40a39c..6ad7c7f 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: upload_image_form.ml,v 1.1 2004/09/07 10:14:09 rich Exp $
+ * $Id: upload_image_form.ml,v 1.2 2004/09/07 13:40:10 rich Exp $
  *)
 
 open Apache
@@ -9,10 +9,11 @@ open Registry
 open Cgi
 open Printf
 
-open Cocanwiki
-
 open Merjisforwiki
 
+open Cocanwiki
+open Cocanwiki_template
+
 let template = get_template "upload_image_form.html"
 
 let run r (q : cgi) (dbh : Dbi.connection) _ _ =