initial commit of file from CVS for smeserver-collabora on Sat Sep 7 20:14:51 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:14:51 +10:00
parent b0491cf203
commit 3baf8e4745
22 changed files with 667 additions and 2 deletions

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
service

View File

@@ -0,0 +1,6 @@
{
my $loolwsd = $DB->get("loolwsd") or return;
my $coolwsd = $DB->get("coolwsd") || $DB->new_record("coolwsd", { type => "service" });
$coolwsd->merge_props($loolwsd->props);
$loolwsd->delete;
}