mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to print install button for other case scenarios
This commit is contained in:
@@ -15,11 +15,13 @@ if (!@files) {
|
||||
if (!@files) {
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
|
||||
if ($access{'noconfig'}) {
|
||||
&ui_print_endpage($text{'index_efiles'});
|
||||
&ui_print_endpage("$text{'index_efiles'}<br>".
|
||||
&show_php_install_button());
|
||||
}
|
||||
else {
|
||||
&ui_print_endpage(&text('index_efiles2',
|
||||
"../config.cgi?$module_name"));
|
||||
"../config.cgi?$module_name")."<br>".
|
||||
&show_php_install_button());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user