mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Module chooser is referer-safe
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# third_chooser.cgi
|
||||
# Display a list of third-party modules for installation
|
||||
|
||||
$trust_unknown_referers = 1;
|
||||
require './webmin-lib.pl';
|
||||
&popup_header($text{'third_title'});
|
||||
$mods = &list_third_modules();
|
||||
|
||||
Reference in New Issue
Block a user