mirror of
https://github.com/webmin/webmin.git
synced 2026-06-24 13:00:30 +01:00
Always check for modification when reading miniserv.conf
This commit is contained in:
@@ -2293,7 +2293,7 @@ hash reference.
|
||||
=cut
|
||||
sub get_miniserv_config
|
||||
{
|
||||
return &read_file_cached(&get_miniserv_config_file(), $_[0]);
|
||||
return &read_file_cached_with_stat(&get_miniserv_config_file(), $_[0]);
|
||||
}
|
||||
|
||||
=head2 put_miniserv_config(&hash)
|
||||
|
||||
Reference in New Issue
Block a user