From: Sandro Santilli Date: Fri, 21 Apr 2017 15:13:05 +0000 (+0200) Subject: Add missing semicolon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=14f93367e744b2a77fb995cd8037b8a3249d19d1;p=friendica.git Add missing semicolon --- diff --git a/htconfig.php b/htconfig.php index 08beb0b50e..f9b50cd4c4 100644 --- a/htconfig.php +++ b/htconfig.php @@ -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;