mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Use title from clone, if any
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Display commands available for execution
|
||||
|
||||
require './custom-lib.pl';
|
||||
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1);
|
||||
&ui_print_header(undef, $module_info{'desc'}, "", "intro", 1, 1);
|
||||
|
||||
@cust = grep { &can_run_command($_) } &list_commands();
|
||||
@cust = &sort_commands(@cust);
|
||||
|
||||
Reference in New Issue
Block a user