mirror of
https://github.com/webmin/webmin.git
synced 2026-02-17 12:12:17 +00:00
13 lines
268 B
Perl
Executable File
13 lines
268 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
|
|
chdir("..");
|
|
require './webmin-lib.pl';
|
|
&header("smeg", "");
|
|
|
|
print "module = $module_name<br>\n";
|
|
print "module root = $module_root_directory<br>\n";
|
|
print "module config = $module_config_directory<br>\n";
|
|
|
|
&footer("", $text{'index_return'});
|
|
|