Reduce complexity of post-install code by not loading any theme libraries

This commit is contained in:
Jamie Cameron
2025-03-02 11:00:56 -08:00
parent f6fe748647
commit 37f4fce674

View File

@@ -7,6 +7,7 @@ BEGIN { push(@INC, "."); };
$no_acl_check++; $no_acl_check++;
use WebminCore; use WebminCore;
&init_config(); &init_config();
$current_theme = $WebminCore::current_theme = undef;
if (@ARGV > 0) { if (@ARGV > 0) {
# Running for specified modules # Running for specified modules