mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Allow links to index pages
This commit is contained in:
@@ -10,5 +10,9 @@ if ($cgi eq 'edit_proc.cgi') {
|
||||
elsif ($cgi eq 'open_files.cgi' || $cgi eq 'trace.cgi') {
|
||||
return 'pid=1';
|
||||
}
|
||||
elsif ($cgi =~ /^index_/) {
|
||||
# All index pages are valid
|
||||
return '';
|
||||
}
|
||||
return undef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user