From 547e7d23de4fcae6bfb37f07011789a1cb84c9c2 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Fri, 15 Jan 2016 16:03:45 +0100 Subject: [PATCH] Bugfix in the config template. --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index ac1eca5d7..224b85670 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -830,7 +830,7 @@ $config = array( * Example: * 'proxy.auth' = 'myuser:password' */ - 'proxy.auth' => false + 'proxy.auth' => false, /* * Array of domains that are allowed when generating links or redirections -- GitLab