Skip to content

Commit

Permalink
Fix a bug when clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Nov 3, 2024
1 parent a9af367 commit 3181064
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions authentic-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1798,10 +1798,6 @@ sub clear_theme_cache
}
&virtual_server::clear_links_cache($remote_user);

# Clear license status cache
my $licence_status = &virtual_server::cache_file_path("licence-status");
unlink_file($licence_status);

# Clear collected data
my $collected_info_file = &virtual_server::cache_file_path("collected");
unlink_file($collected_info_file);
Expand Down

0 comments on commit 3181064

Please sign in to comment.