From ffca76a8c323583838ce033a6c308719a18f6351 Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Fri, 18 Mar 2016 21:10:52 +0100 Subject: [PATCH] updated array admin users --- conf/sogo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sogo.conf b/conf/sogo.conf index 0765bb9..9607d82 100644 --- a/conf/sogo.conf +++ b/conf/sogo.conf @@ -76,7 +76,7 @@ // PublicDAndTViewer, // ConfidentialDAndTViewer //); - SOGoSuperUsernames = (ADMINUSER, ); // This is an array - keep the parens! + SOGoSuperUsernames = (ADMINUSER); // This is an array - keep the parens! //SxVMemLimit = 384; //WOPidFile = "/var/run/sogo/sogo.pid"; //SOGoMemcachedHost = "/var/run/memcached.sock";