diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index adfecd288..2c2714c20 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -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)