Files
webmin/net/apply.cgi
2007-04-12 20:24:50 +00:00

11 lines
190 B
Perl
Executable File

#!/usr/local/bin/perl
# apply.cgi
# Apply the current network config
require './net-lib.pl';
$access{'apply'} || &error($text{'apply_ecannot'});
&apply_network();
sleep(1);
&redirect("");