File: filemanager_cgi.ml

package info (click to toggle)
ocamlnet 2.2.9-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 17,724 kB
  • ctags: 10,053
  • sloc: ml: 63,928; ansic: 1,973; makefile: 800; sh: 651
file content (6 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
(* $Id: filemanager_cgi.ml,v 1.1 2005/09/04 11:45:22 chris_77 Exp $ *)


let () =
  Filemanager.script (fun ~config ~arg_store ~output_type f ->
			Netcgi_cgi.run ~config ~arg_store ~output_type f)