]> git.mxchange.org Git - friendica-addons.git/blobdiff - testdrive/README.md
#8374: Using l10n
[friendica-addons.git] / testdrive / README.md
index fc95918bcec82cad8fa9e8b1ac59e91c83c21b1f..59512aefd057a85714d9cd277c68a4b49313c66c 100644 (file)
@@ -6,10 +6,11 @@ Testdrive is a Friendica addon which implements automatic account expiration so
 
 When an account is created on the site, it is given a hard expiration date of
 
-       [testdrive]
-       expiredays = 30
+       'testdrive' => [
+               'expiredays' => 30,
+       ],
 
-Set this in your config/local.ini.php file to allow a 30 day test drive period.
+Set this in your `config/addon.config.php` file to allow a 30 day test drive period.
 By default no expiration period is defined in case the addon is activated accidentally.
 
 There is no opportunity to extend an expired account using this addon.