Skip to content

Commit c417f2f

Browse files
committed
Remove support for old Webmin versions, fix permissions
1 parent 7d632c1 commit c417f2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-5
lines changed

Diff for: backups-lib.pl

100644100755
File mode changed.

Diff for: cgi_args.pl

100644100755
File mode changed.

Diff for: change-licence.pl

100644100755
File mode changed.

Diff for: check-config.pl

100644100755
File mode changed.

Diff for: collect-lib.pl

100644100755
File mode changed.

Diff for: collectinfo.pl

100644100755
File mode changed.

Diff for: commands-lib.pl

100644100755
File mode changed.

Diff for: copy-mailbox.pl

100644100755
File mode changed.

Diff for: create-shared-address.pl

100644100755
File mode changed.

Diff for: domainname-lib.pl

100644100755
File mode changed.

Diff for: dynip-lib.pl

100644100755
File mode changed.

Diff for: feature-virt6.pl

100644100755
File mode changed.

Diff for: functional-test.pl

100644100755
File mode changed.

Diff for: generate-cert.pl

100644100755
File mode changed.

Diff for: get-dns.pl

100644100755
File mode changed.

Diff for: info.pl

100644100755
File mode changed.

Diff for: install-cert.pl

100644100755
File mode changed.

Diff for: json-lib.pl

100644100755
File mode changed.

Diff for: list-features.pl

100644100755
File mode changed.

Diff for: migration-lxadmin.pl

100644100755
File mode changed.

Diff for: migration-plesk.pl

100644100755
File mode changed.

Diff for: modify-database-hosts.pl

100644100755
File mode changed.

Diff for: modify-plan.pl

100644100755
File mode changed.

Diff for: newfeatures-lib.pl

100644100755
File mode changed.

Diff for: notify-domains.pl

100644100755
File mode changed.

Diff for: php-lib.pl

100644100755
File mode changed.

Diff for: plans-lib.pl

100644100755
File mode changed.

Diff for: postgrey-lib.pl

100644100755
File mode changed.

Diff for: resend-email.pl

100644100755
File mode changed.

Diff for: s3-lib.pl

100644100755
File mode changed.

Diff for: scriptwarn.pl

100644100755
File mode changed.

Diff for: search-maillogs.pl

100644100755
File mode changed.

Diff for: security-lib.pl

100644100755
File mode changed.

Diff for: sendratings.pl

100644100755
File mode changed.

Diff for: set-spam.pl

100644100755
File mode changed.

Diff for: sign-script-installers.pl

100644100755
File mode changed.

Diff for: simple-lib.pl

100644100755
File mode changed.

Diff for: spamconfig.pl

100644100755
File mode changed.

Diff for: spamtrap.pl

100644100755
File mode changed.

Diff for: test-smtp.pl

100644100755
File mode changed.

Diff for: upload-api-docs.pl

100644100755
File mode changed.

Diff for: virtual-server-lib-funcs.pl

100644100755
File mode changed.

Diff for: virtual-server-lib.pl

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
BEGIN { push(@INC, ".."); };
55
eval "use WebminCore;";
6-
if ($@) {
7-
# Old Webmin version
8-
do '../web-lib.pl';
9-
do '../ui-lib.pl';
10-
}
116

127
&init_config();
138
if (&indexof($module_root_directory, @INC) < 0) {

Diff for: vui-lib.pl

100644100755
File mode changed.

Diff for: wizard-lib.pl

100644100755
File mode changed.

0 commit comments

Comments
 (0)