initial commit of file from CVS for e-smith-apache on Wed 12 Jul 08:48:55 BST 2023

This commit is contained in:
Brian Read
2023-07-12 08:48:55 +01:00
parent 59a683f749
commit 9a57a15f5f
177 changed files with 2648 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{
# Deprecate 'wwwpublic' special case, and migrate to i-bay 'Primary'
foreach my $domain ($DB->get_all_by_prop('Content' => 'wwwpublic'))
{
$domain->merge_props('Content' => 'Primary');
}
}