mirror of
https://github.com/webmin/webmin.git
synced 2026-02-06 15:32:20 +00:00
10 lines
137 B
Perl
Executable File
10 lines
137 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# index_body.cgi
|
|
# Display an empty page
|
|
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|
|
&header();
|
|
|