From 14f93367e744b2a77fb995cd8037b8a3249d19d1 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 21 Apr 2017 17:13:05 +0200 Subject: [PATCH] Add missing semicolon --- htconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;