File manager - Edit - /usr/share/webmin/nftables/bootup.cgi
Back
#!/usr/bin/perl # bootup.cgi # Enable or disable Webmin-managed nftables rules at boot time require './nftables-lib.pl'; ## no critic use strict; use warnings; our (%in, %text); ReadParse(); assert_acl('bootup'); foreign_check("init") || error($text{'bootup_einit'}); if ($in{'boot'}) { create_nftables_init(); } else { disable_nftables_init(); } webmin_log($in{'boot'} ? "bootup" : "bootdown"); redirect("index.cgi");
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.49 |
proxy
|
phpinfo
|
Settings