From dac9734933d34e196e011dd2dc2676039a03aa2d Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sun, 3 Nov 2013 12:19:33 -0500 Subject: [PATCH] small detail, trailing comma --- install/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config.php b/install/config.php index 9f5ae4a..88ed58d 100755 --- a/install/config.php +++ b/install/config.php @@ -2,6 +2,6 @@ return [ 'safe_ips' => [ '127.0.0.1', - '::1' + '::1', ] ];