initial commit of file from CVS for e-smith-manager on Mon 7 Aug 11:32:16 BST 2023

This commit is contained in:
Brian Read
2023-08-07 11:32:16 +01:00
parent 21af67eced
commit 88dc5ac862
69 changed files with 4507 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{
my $admin = $DB->get('httpd-admin');
return unless $admin;
return if $admin->prop('TKTAuthSecret');
use Data::UUID;
$admin->set_prop('TKTAuthSecret', Data::UUID->new->create_str());
}