mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Reduce complexity of post-install code by not loading any theme libraries
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user