From 49ba8840e41c9b37b20ba3096b3e6ca321763961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Didier=20Clermont=C3=A9?= Date: Fri, 12 Apr 2019 19:22:40 +0200 Subject: [PATCH] Fixed name parameter in config file. --- cfg/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/conf.php b/cfg/conf.php index 0bf70766..82b59e62 100644 --- a/cfg/conf.php +++ b/cfg/conf.php @@ -5,7 +5,7 @@ [main] ; (optional) set a project name to be displayed on the website -; name = "PasteChaprilOrg" +name = "PasteChaprilOrg" ; enable or disable the discussion feature, defaults to true discussion = true