mirror of
https://github.com/webmin/webmin.git
synced 2026-03-05 19:02:00 +00:00
9 lines
116 B
Perl
Executable File
9 lines
116 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# index_body.cgi
|
|
# Display an empty page
|
|
|
|
require './web-lib.pl';
|
|
&init_config();
|
|
&header();
|
|
|