Reduce complexity of post-install code by not loading any theme libraries
This commit is contained in:
parent
f6fe748647
commit
37f4fce674
@ -7,6 +7,7 @@ BEGIN { push(@INC, "."); };
|
||||
$no_acl_check++;
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
$current_theme = $WebminCore::current_theme = undef;
|
||||
|
||||
if (@ARGV > 0) {
|
||||
# Running for specified modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user