From 505aa593d5f92fa82bfebf7ff6b9aee036a6dd13 Mon Sep 17 00:00:00 2001 From: Laurent Declercq Date: Fri, 19 Apr 2019 02:58:01 +0200 Subject: [PATCH] Hide server info --- src/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.inc.php b/src/config.inc.php index 8a0fb49f..b2a2ecf9 100644 --- a/src/config.inc.php +++ b/src/config.inc.php @@ -80,7 +80,7 @@ $cfg['RecodingEngine'] = 'iconv'; $cfg['SendErrorReports'] = 'never'; $cfg['SessionSavePath'] = '{SESSION_SAVE_PATH}'; -$cfg['ShowServerInfo'] = true; +$cfg['ShowServerInfo'] = false; $cfg['ShowStats'] = true; $cfg['SuhosinDisableWarning'] = true; $cfg['TempDir'] = '{TMP_DIR}';