mirror of
https://github.com/webmin/webmin.git
synced 2025-08-15 21:20:10 +00:00
Need to parse CGI inputs
This commit is contained in:
@ -5,6 +5,7 @@ BEGIN { push(@INC, ".."); };
|
|||||||
use WebminCore;
|
use WebminCore;
|
||||||
|
|
||||||
&init_config();
|
&init_config();
|
||||||
|
&ReadParse();
|
||||||
$hostname = &get_display_hostname();
|
$hostname = &get_display_hostname();
|
||||||
$ver = &get_webmin_version();
|
$ver = &get_webmin_version();
|
||||||
&get_miniserv_config(\%miniserv);
|
&get_miniserv_config(\%miniserv);
|
||||||
|
Reference in New Issue
Block a user