initial commit of file from CVS for smeserver-unifi on Sat Sep 7 21:10:32 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:10:32 +10:00
parent dae8118fe8
commit 599ba506da
19 changed files with 376 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
my $unifi = $DB->get('unifi') || $DB->new_record("unifi",{type=>'service'});
$unifi->delete_prop('TCPPort') if ( defined( $unifi->prop('TCPPort') ) and $unifi->prop('TCPPort') eq "8080,8443,8880,8843");
}