mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Use new module
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
# Webmin index page for Caldera's theme. Contains two frames, with the
|
||||
# categories and modules always at the top and the CGIs at the bottom
|
||||
|
||||
require './web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
$hostname = &get_display_hostname();
|
||||
$ver = &get_webmin_version();
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
# index_body.cgi
|
||||
# Display an empty page
|
||||
|
||||
require './web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
&header();
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
# index_top.cgi
|
||||
# Display the top frame using the Caldera icons and style
|
||||
|
||||
require './web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
$hostname = &get_display_hostname();
|
||||
$ver = &get_webmin_version();
|
||||
|
||||
Reference in New Issue
Block a user