]> git.mxchange.org Git - friendica.git/commitdiff
Add auth_cookie_lifetime variable to installation config template
authorSandro Santilli <strk@kbt.io>
Fri, 21 Apr 2017 15:19:58 +0000 (17:19 +0200)
committerSandro Santilli <strk@kbt.io>
Fri, 21 Apr 2017 15:19:58 +0000 (17:19 +0200)
view/templates/htconfig.tpl

index 03a70986becb7eb64a4121fd26e946edf85f5803..1aba902ad6669e90d2982b00d45290fb23e56a6a 100644 (file)
@@ -99,3 +99,6 @@ $a->config['system']['no_regfullname'] = true;
 
 // Location of the global directory
 $a->config['system']['directory'] = 'http://dir.friendi.ca';
+
+// Authentication cookie lifetime, in days
+$a->config['system']['auth_cookie_lifetime'] = 7;