initial commit of file from CVS for smeserver-wordpress on Sat Sep 7 21:15:59 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:15:59 +10:00
parent 4b6ca1d95c
commit 12f4d76142
35 changed files with 1255 additions and 2 deletions

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
wordpress

View File

@@ -0,0 +1 @@
wordpress

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
Wordpress weblog

View File

@@ -0,0 +1 @@
global

View File

@@ -0,0 +1 @@
disabled

View File

@@ -0,0 +1 @@
en

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1,10 @@
{
use MIME::Base64 qw(encode_base64);
my $rec = $DB->get('wordpress') || $DB->new_record('wordpress', {type => 'service'});
my $pw = $rec->prop('DbPassword');
return "" if $pw;
$rec->set_prop('DbPassword', sprintf("%15.0f", int( (1000000000000000) * rand() )));
}