Update pla defaults

This commit is contained in:
Florine W. Dekker 2021-03-22 20:28:05 +01:00
parent 74bef7543a
commit d24f8fde32
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 2 additions and 6 deletions

View File

@ -56,12 +56,8 @@ $subdirectories = false;
//if any of the databases do not exist as they are referenced by their path, they will be created automatically
$databases = array(
array(
'path'=> 'database1.sqlite',
'name'=> 'Database 1'
),
array(
'path'=> 'database2.sqlite',
'name'=> 'Database 2'
'path'=> '.links.db',
'name'=> 'Links'
),
);