initial commit of file from CVS for smeserver-tftp-server on Sat Sep 7 21:08:06 AEST 2024
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
my $tftpd = $DB->get('tftpd') or return;
|
||||
if ( $tftpd->prop('privilege') eq "r" )
|
||||
{
|
||||
$tftpd->set_prop('privilege' => "ro");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user