%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/webmin/ipfw/ |
Current File : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/webmin/ipfw/bootup.cgi |
#!/usr/bin/perl # bootup.cgi # Enable or disable ipfw at boot time require './ipfw-lib.pl'; &ReadParse(); if ($in{'boot'}) { &enable_boot(); } else { &disable_boot(); } &webmin_log($in{'boot'} ? "bootup" : "bootdown"); &redirect("");