Add missing semicolon
This commit is contained in:
parent
e2a0a72598
commit
14f93367e7
|
@ -93,4 +93,4 @@ $a->config['system']['directory'] = 'https://dir.friendica.social';
|
|||
$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');
|
||||
|
||||
// Authentication cookie lifetime, in days
|
||||
$a->config['system']['auth_cookie_lifetime'] = 7
|
||||
$a->config['system']['auth_cookie_lifetime'] = 7;
|
||||
|
|
Loading…
Reference in a new issue