Handle hostnames with upper-case letters
[webmin.git] / smf / smfwizard_process_submit.cgi
1 #!/usr/local/bin/perl
2
3 require './smf-lib.pl';
4 &ReadParse();
5
6 # wizard-specific info here
7 &wizard_process_submit($wizard);
8
9 # all other options result in a redirect, but here we place
10 # code to handle "Finish").
11 $manifest = "$module_config_directory/manifest.xml";
12 &create_smf_manifest($manifest);
13 &svc_import($manifest);
14 # end wizard-specific info
15
16 &redirect("");