forked from server/landingpage
Revert "Try another encoding to correct database result"
This reverts commit e8053c548c0a020ed85129345c8bb12d0c5b3ecf.
This commit is contained in:
parent
e8053c548c
commit
1d4f98ccdb
@ -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");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user