initial commit of file from CVS for e-smith-email on Wed 12 Jul 08:53:55 BST 2023
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
my $hordessl = $DB->get_prop('horde', 'access') or return;
|
||||
if ($hordessl eq 'SSL')
|
||||
{
|
||||
$DB->set_prop('horde',"HttpsOnly", "yes" );
|
||||
$DB->set_prop('horde',"access", "public" );
|
||||
}
|
||||
elsif ($hordessl eq 'full')
|
||||
{
|
||||
$DB->set_prop('horde',"HttpsOnly", "no" );
|
||||
$DB->set_prop('horde',"access", "public" );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user