From b14f60e08b143e3ba564ae5f083a073f497e2735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 14:58:05 +0300 Subject: [PATCH] Add some required info for creating server config --- config.php.template | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/config.php.template b/config.php.template index 7398465..511f9ba 100644 --- a/config.php.template +++ b/config.php.template @@ -1,7 +1,20 @@ connect_errno) { exit(); } -$mysqli->set_charset("utf8"); \ No newline at end of file +$mysqli->set_charset("utf8");