Skip to content

Commit

Permalink
Undo that dumb boilerplate, gotta figure out a better way (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe authored Oct 10, 2023
1 parent 8e653e6 commit fd7db9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jailkit-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ =head1 jailkit-lib.pl
=cut

BEGIN { push(@INC, ".."); }
if (eval {require WebminCore;1;} ne 1) {
exit 1;
} else {
WebminCore->import();
}
eval "use WebminCore;";

init_config();

Expand Down

0 comments on commit fd7db9f

Please sign in to comment.