Revert "Try another encoding to correct database result"

This reverts commit e8053c548c0a020ed85129345c8bb12d0c5b3ecf.
This commit is contained in:
Martin Müller 2017-07-03 16:57:28 +02:00
parent e8053c548c
commit 1d4f98ccdb

View File

@ -6,6 +6,6 @@ if ($mysqli->connect_errno){
echo "Error: " . $mysqli->connect_error . "\n"; echo "Error: " . $mysqli->connect_error . "\n";
exit; exit;
} else { } else {
$mysqli->set_charset("utf-8"); $mysqli->set_charset("iso-8859-1");
} }
?> ?>